| |||||||||||
| |||||||||||
Data can't be inserted into Access database Posted by Jo (Jo), 8 July 2008 Hi everyone, I'm currently doing a online personal information registration form and currently in need of some help. My form has the form and a confirmation page. After the user clicks submit on both pages, it would store the data into the database. However I'm not able to store it in the database. After clicking submit, it would insert blank data and in the browser, it would say all the variables are undefined. The connection to the database is ok as I'm able to read data from it.This is the code I use to submit data into the database. Code:
Any advice would be helpful. Thank you. Posted by admin (Graham Ellis), 9 July 2008 At a first glance, it looks as if your assignments are the wrong way round ...$_POST[xxx] = $xxx; should read $xxx = $_POST[xxx]; i.e. copy the incoming form variables into local variables of the same name. This page is a thread posted to the opentalk forum
at www.opentalk.org.uk and
archived here for reference. To jump to the archive index please
follow this link.
| |||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho | |||||||||||