Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. if(isset($_POST['submit'])) {
  2. $profil = $_POST['profil'];
  3. $profillink = $_POST['profillink'];
  4. $ingame = $_POST['ingame'];
  5. $alder = $_POST['alder'];
  6. $skill = $_POST['skill'];
  7. $vt = $_POST['vt'];
  8. $ts = $_POST['ts'];
  9. $skype = $_POST['skype'];
  10. $lvl = $_POST['lvl'];
  11. $mainchamp = $_POST['mainchamp'];
  12. $kode = $_POST['kode'];
  13.  
  14. mysql_query("UPDATE hollol SET (`kode`, `profil`, `profillink`, `ingame`, `alder`, `lvl`, `mainchamp`, `skill`, `vt`, `ts`, `skype`) VALUES('$kode', '$profil', '$profillink', '$ingame', '$alder', '$lvl', '$mainchamp', '$skill', '$vt', '$ts', '$skype') WHERE kode='".$kode."'") or die (mysql_error());
  15.  
  16. Echo 'Dit navn er nu redigeret <a href="index.php">Gå til forsiden</a>';
  17.  
  18. }
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement