Hi all,
I m nu to the world of php and i m facing some problems in programming it's pages. I have made a complete page but it is showing on execution"Query could not run"????????????????now what's this?
In 1 more page i ve written this commands....
<? $q= "select count(ProductID) from aonline_products;"
$res=mysql_query($q) or die(mysql_error());
echo($res);
and it's saying "error on line 3"????????
?>
Plz.tell me what 2 do???
Thanks.:)