Hi,
I have some basic PHP code which is causing me a slight problem. My code allows me to read and upload information via 4 text fields on my form to a database/table on my server.
My Database has one table which consists of fields: id, title, publisher, description, location.
To cut a long story short, when I type my information into my fields and click my cmdSubmit (save), a new record is created on my database (a new ID is created), but the four other fields remain empty. Any information I typed is not submitted, yet a new record is still created - does that makes sense?
Also, the fields I have manually inputted into my database, have information against them so when I click on an ID of an item via my PHP page, the four texts fields show up in my browser but they are not populated with any information which is on my DB.
Has anyone any idea of why this might be happening...
Thank you in advance.
K