View Single Post
Old 05-12-2009, 07:12 PM   #5 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Guezala View Post
For fear of asking too much... any ideas for the second part?

I have added into my form this;
onSubmit="valid_form();"

in the form tag, and made the php and html one page with the action the same file (check.php).

I am getting a "undefined index" error on all the variables. I think I need another php book to help me understand more of this stuff :(

Well I could be wrong, but you don't need onSubmit="" at all. Why are you doing that? Are you calling a javascript?


Secondly, you can definitley have the php and html all in one page. (check.php)
allworknoplay is offline  
Reply With Quote