Page 1 of 1
Update Two MySQL tables from one PHP form
Posted: Tue Feb 15, 2011 11:57 am
by t0m0
Hi,
I am having some difficulty updating results in two MySQL tables.
Issue Now Fixed, Thank You!
Thank you for your time.
Re: Update Two MySQL tables from one PHP form
Posted: Tue Feb 15, 2011 6:41 pm
by social_experiment
Code: Select all
mysql_query($sql_update) or die(mysql_error());
If you change your code segment to the one above, do you receive an error message?
Re: Update Two MySQL tables from one PHP form
Posted: Tue Feb 15, 2011 7:11 pm
by t0m0
Hi,
No there is no error message with your code inserted.
However, the original problem still exists.
Thanks for your reply.
Kind Regards,
Tom