Hello,
I have a text item named "taskname" in HTML and I entered a value "test" into this text box and clicked submit form button. When I click the submit button, it will call a submitdata.php which insert a new record into the database. I used $taskname as a column value when doing the insert. It should insert "test" into a field in the database table. But it did insert anything in the table. Then I found out the $taskname has empty value with it when I click the submit button. Why does this happen? What should I do to assure that I get the correct value from the user input text box and save into the database.
Thanks
hongmei