Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?
  2.  
  3. $kapcsolat = mysql_connect("localhost","xxx","xxx");
  4. mysql_select_db("pelda",$kapcsolat);
  5.  
  6.  
  7.  
  8. $parancs = "INSERT INTO user (users,password) VALUES ('Sánta Sándor',38";
  9.  
  10. mysql_query($parancs);
  11.  
  12.  
  13.  
  14. echo "Sánta Sándor (38) felvéve";
  15.  
  16.  
  17.  
  18.  
  19. mysql_close($kapcsolat);
  20.  
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement