Recent content by tamta n

  1. T

    mysql_fetch_array() expects parameter 1 to be resource, boolean given in...

    .../home/galliot/public_html/or? Please help keep getting this error below are my script <? error_reporting(E_ALL ^ E_NOTICE); include("dbconnect.php"); $q=mysql_query("SELECT * FROM products"); while($q_row=mysql_fetch_array($q)){ //products array $products[]=array('name'=>$q_row['name']...
Back
Top