Advertisement
Guest User

fawaz

a guest
Apr 12th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <html>
  2. <head>
  3. <?php
  4. $Fname=$_POST['Fname']:
  5. $Lname=$_POST['Lname']:
  6. $username=$_POST['User']:
  7. $password=$_POST['Lname']:
  8. $server="localhost";
  9. $user="root";
  10. $pass="";
  11. $db="new";
  12. $con=new mysql($server,$user,$pass,$db);
  13.  
  14.  
  15.  
  16.  
  17.  
  18. ?>
  19.  
  20. </head>
  21. <body>
  22. <form method="POST">
  23. <input type="text" placeholder="first name" Name="Fname"/>
  24. <input type="text" placeholder="last name" Name="Lname"/>
  25. <input type="text" placeholder="user name" Name="User"/>
  26. <input type="password" placeholder="password" Name="pass" />
  27. <input type="submit" value="sign up" Name="sub"/>
  28. </form>
  29.  
  30.  
  31.  
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement