View Single Post
  #2 (permalink)  
Old Jan 21st, 2006, 16:58
guelphdad guelphdad is offline
Junior Member
Join Date: Jan 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form Help Needed Please

No one will be able to tell you what is wrong since you have not said what isn't working with the form.

You have also posted the entire form. Good etiquette in these and other forums is to post only parts of your code that you are having trouble with rather than posting an entire code with hundred plus lines and saying "help me with this".

Take a look at the form, remove everything from it that you don't understand. Get a basic form working. If you don't know how to get a basic form working with php and mysql then do a search (Kevin Yank has a good book out and I think four chapters are available online) and find such an example.

Once you have a basic form that is working then add error checking to it.

Trying to run in the Boston Marathon when you have first started a fitness program is possible. It isn't likely though. It looks like you are doing something similar in having a large form, trying to do many things when you don't necessarily know the basics.

Post back here when you have simplified the form and have a specific question about a specific part of the code. Then work through it by adding other needed pieces as you understand them.
Reply With Quote