this are my codes
<?php
$sql1= mysql_query( "select * from video");
if(mysql_num_rows($sql1) == 0){
echo "<tr><td align =\"center\" colspan=\"3\">No video</td></tr>";
}
while($row=mysql_fetch_array($sql1))
{
echo " <embed src =\"<a href= '".$row['videofile'] ."' >\" </a> " ;
}
?>
This post has been edited by Atli: 04 December 2012 - 07:36 PM
Reason for edit:: Use [code] tags when posting code.

New Topic/Question
Reply



MultiQuote





|