Page 2 of 2

Posted: Wed Jul 20, 2005 6:42 pm
by nielsene
Sorry, I'll have to beg off here. I don't have a MySQL DB to test against and I have no experience with MySQL. Its probably something trivial, but ....

Posted: Wed Jul 20, 2005 10:54 pm
by Citizen
Can anyone else fix that last part?

Posted: Thu Jul 21, 2005 9:46 am
by pickle
My only 2 suggestions would be to change line 19 to read:

Code: Select all

$result = mysql_query($sql,$db) or die(mysql_error());
That'll output any error if there was one. Add the "or die..." part to line 33 as well.