View Single Post
  #3 (permalink)  
Old 06-30-04, 01:08 PM
infinitylimit's Avatar
infinitylimit infinitylimit is offline
Code Guru
 
Join Date: Jun 2004
Location: Oregon
Posts: 758
Thanks: 0
Thanked 0 Times in 0 Posts
well too add to the suggestion before try

PHP Code:

mysql_query($add,$conn) or die(mysql_error() . ':' $add);

mysql_query($add2,$conn) or die(mysql_error() . ':' $add2); 
This will show you what is going on with your queries. It looks like your queries (both of them) are written wrong. But this will certainly tell if they are.
__________________
Hawk Enterprises -- Home to PHP games, open-source code, tutorials and free downloads
Reply With Quote