3b submit problem

Location of the Videos
Post Reply
zannza95
Posts: 12
Joined: Mon Oct 21, 2013 10:39 pm

3b submit problem

Post by zannza95 »

http://www.youtube.com/watch?v=d5tlUSl0 ... D8EF52C1D2


<?php
include 'connect.php'

?>

<form method="post" action="reguser.php">
Username here: <input type= "text" name="player" size="21"> <br>
Password Here: <input type'text' name='password' size= '15'> <br>
Password Here: <input type'text' name='password' size= '15'> <br>
Email address here: <input type="text" name="email" size="30" ><br>
</form>
<input type="submit" value="submit">


it wont submit
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: 3b submit problem

Post by hallsofvallhalla »

your form has to encapsulate the submit button

Code: Select all

<form method="post" action="reguser.php">
Username here: <input type= "text" name="player" size="21"> <br>
Password Here: <input type'text' name='password' size= '15'> <br>
Password Here: <input type'text' name='password' size= '15'> <br>
Email address here: <input type="text" name="email" size="30" ><br>

<input type="submit" value="submit">
</form>
Post Reply

Return to “Older Browser MMO Videos”