include ("connect.php");
$sql=mysql_query("SELECT file_name,date form downloads ")or die(mysql_error());
$row = mysql_fetch_array($sql);
echo $row;
มันฟ้องว่า
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'downloads' at line 1