Re: Newbie question: PHP form not writing to MySQL database
Still not working for me. I don't know the code, so I'm not sure what to look for, but I made sure that all the variable names and everything were correct.
Re: Newbie question: PHP form not writing to MySQL database
why dont u use the code suggested above... ur sql query syntax itself is wrong.. how do you expect to get a database entry with that...
general syntax for insert statement is-
INSERT INTO [tablename] (col1,col2 ...) VALUES (val1, val2...);
Also ur table structure shows other fields also besides word and date... are u sure when u are inserting a new row, these values are allowed to be null?
Still not working for me. I don't know the code, so I'm not sure what to look for, but I made sure that all the variable names and everything were correct.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.