http://php.flashwebhost.com/stefin/facebook_signup.php
Code:<?php if (isset($_GET['submit'])) { echo '<h1>THANK YOU FOR JOINING Facebook.</h1>'; echo '<br>'; echo '<pre>'; print_r($_GET); echo '</pre>'; } else { echo ' <html> <body> <h1>Welcome To Facebook.</h1> <p>Its Free And Always Will Be</p> <form action="" method="GET Enter First Name : <input name="first name" type="text"><br> Enter Last Name : <input name="last name" type="text"><br> Enter Your Email : <input name="email" type="text"><br> Re-Enter Your Email : <input name="re-enter email" type="text"><br> Enter Your Password : <input name="password" type="text"><br> <button type="submit" name="submit"> Submit!</button> </form> </body> </html> '; }




Reply With Quote

Bookmarks