> -----Original Message----- > From: Garth Hapgood - Strickland [mailto:garth@xxxxxxxxxxxxxx] > Sent: 09 November 2004 11:27 > To: php-general@xxxxxxxxxxxxx > Subject: using mysql in php problem > > > I have created a registration page > http://www26a.your-server.co.za/matchm/registration4.php > > On this page I have many fields, some of them pulling data out from my > database. I have a javascript validation scipt thats checks on > submission of > the form to see if all required fields are filled in correctly. > IF thats the case it should submit the form. Which it isnt doing! No need to go any further at this stage then. If your Javascript is not doing/allowing the form submission then you need to check that code, no point looking at the PHP code if it's never being called. [snip] > > I am not sure where exactly I am going so wrong, and it really is starting > to drive me crazy! Have you tried commenting out the Javascript validation and submitting the form? If the form then gets processed (by the PHP code) post your problem to a Javascript list/forum for advice. Graham -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php