[thelist] SQL syntax error

Damien COLA damiencola at wanadoo.fr
Mon Oct 13 12:17:09 CDT 2003


I asked for the ***SQL QUERY*** that's where your problem lies as stated
by the error message.

-----Original Message-----
this echo statement give me a value of "1"

$test= require_once('Connections/productbase.php');
  echo $test;

and this echo statement gives me a this value:  "Resource id #3 "

$productbase = mysql_pconnect($hostname_productbase, 
$username_productbase, $password_productbase) or die(mysql_error());
echo $productbase;



More information about the thelist mailing list