not adding to table

Ask about a PHP problem here.
Post Reply
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: not adding to table

Post by jacek »

add
echo mysql_error();
after the failing query.
Image
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: not adding to table

Post by jacek »

uhshosting wrote:i had and didnt come up with anything but i will try again later
Where did you add it ?

You may also need to remove the header line to see the error.
Image
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: not adding to table

Post by jacek »

uhshosting wrote:now i know to disable the headers when looking for an error
:D :D

Glad you got it working, and without having to post the error too :)
Image
Post Reply