I am trying to find my way about php/MySQL as processed by DWMX2004. I have put together a couple of pages that
(i) insert text data to a MySQL and
(ii) edit that data.
My pages work fine on my local WAMP5 server, but when I put the pages on to my remote server I hit a problem. The first page operates fine, links to the database and will insert the data I send. However when I try to move to the next page I just receive the following message:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
How is it that the page can work on my server and fail on the remote one?
How can I tell which is "line 1"
Any guidance please?
I attach the URL of the Code in a .rtf file.
Thanks.
Life...It's difficult not to take it personally.
(i) insert text data to a MySQL and
(ii) edit that data.
My pages work fine on my local WAMP5 server, but when I put the pages on to my remote server I hit a problem. The first page operates fine, links to the database and will insert the data I send. However when I try to move to the next page I just receive the following message:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
How is it that the page can work on my server and fail on the remote one?
How can I tell which is "line 1"
Any guidance please?
I attach the URL of the Code in a .rtf file.
Thanks.
Life...It's difficult not to take it personally.