Jump to content

Form submission problem


foucquet

Recommended Posts

I am trying to process a simple registration form:-

 

<form method="POST" action="regproc.php">

<p>Choose a username:<br /><input name="nick" type="text" /></p>

<p>Choose a password:<br /><input name="pwd" type="password" /></p>

<p>Re-type password:<br /><input name="pwd2" type="password" /></p>

<p>Sex:<br /><input name="sex" type="text" /></p>

<p>Email address:<br /><input name="email" type="text" /></p>

<p><input name="submit" type="button" value="Hit me NOW!" /></p>

</form>

 

but it does not call the relevant processing file "regproc.php" when the submit button is hit. I can't figure out just why this is and would appreciate any ideas. I know that the solution is probably very simple and staring me in the face if only I could see it...

Link to comment
https://forums.phpfreaks.com/topic/211169-form-submission-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.