php/mySQL on testing server OK, not on remote after upload!

A

Anonymous

Guest
post some code :)
and before that
for every sql query do or
Code:
 die(mysql_error().$sql);

99% it would solve the problem ~
 
are you using $_GET[] to read the variables from the url or $_POST[] or is your current php config set for set globals=on ?
 
Back
Top