Guest User

Untitled

a guest
May 25th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?PHP
  2.  
  3. if ($button==" Account erstellen ") {
  4.  
  5. include("db.php");
  6.  
  7. $sql = "INSERT INTO accounts (id, name, passwort, mail)VALUES('', '$Name', '$Passwort', '$Mail')";
  8.  
  9. mysql_query($sql, $db);
  10.  
  11. mysql_close()
  12.  
  13. ?>
Add Comment
Please, Sign In to add comment