05-12-2009, 07:12 PM
|
#5 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by Guezala
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)
|
|
|
|