Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Php register form help.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dobby" data-source="post: 180698" data-attributes="member: 1559"><p>Im trying to make this add people to the database but i cant seem to get it to work.</p><p> </p><p>[CODE]<a href="#x" class="overlay" id="join_form"></a></p><p> <div class="popup"></p><p> <h2>Sign Up</h2></p><p> <p>Please enter the details you would like to<br></p><p> register with here. You MUST be <br>atleast thirteen</p><p> to register.</p><br></p><p> <form action="register.php" method="post"></p><p> <div></p><p> <label for="email">Email</label></p><p> <input type="text" id="email" value="" /></p><p> </div></p><p> <div></p><p> <label for="pass">Password</label></p><p> <input type="password" id="pass" value="" /></p><p> </div></p><p> <div></p><p> <label for="firstname">First name</label></p><p> <input type="text" id="firstname" value="" /></p><p> </div></p><p> <div></p><p> <label for="lastname">Last name</label></p><p> <input type="text" id="lastname" value="" /></p><p> </div></p><p> <div></p><p> <label for="age">Sex</label></p><p> <input type="radio" name="sex" value="male">Male</p><p> <input type="radio" name="sex" value="female">Female</p><p> </div></p><p> </form>[/CODE]</p><p> </p><p>I have a had a go at adding the PHP to it but nothing seems to work. Can someone help?</p></blockquote><p></p>
[QUOTE="Dobby, post: 180698, member: 1559"] Im trying to make this add people to the database but i cant seem to get it to work. [CODE]<a href="#x" class="overlay" id="join_form"></a> <div class="popup"> <h2>Sign Up</h2> <p>Please enter the details you would like to<br> register with here. You MUST be <br>atleast thirteen to register.</p><br> <form action="register.php" method="post"> <div> <label for="email">Email</label> <input type="text" id="email" value="" /> </div> <div> <label for="pass">Password</label> <input type="password" id="pass" value="" /> </div> <div> <label for="firstname">First name</label> <input type="text" id="firstname" value="" /> </div> <div> <label for="lastname">Last name</label> <input type="text" id="lastname" value="" /> </div> <div> <label for="age">Sex</label> <input type="radio" name="sex" value="male">Male <input type="radio" name="sex" value="female">Female </div> </form>[/CODE] I have a had a go at adding the PHP to it but nothing seems to work. Can someone help? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Php register form help.
Top