Creating a registration form
I have been working on creating a registration form to accept applications for a summer camp. I am not sure what I am doing wrong or if I should try to develop the form differently. I want to allow web users to register for a summer camp by filling the info about themselves online and then pressing a submit button, which takes their info and dumps it to a sql database table on the web server. I thought this was a simple process, but I am running into many roadblocks. Any thoughts on making this work or going in an alternate direction to create the solution is helpful. I tried using Chapter 12 of the book as an example of how to insert data, but it doesn't work the way it written.
|