forked from halo-battle/game
First code received by Master Leon
This commit is contained in:
commit
4230eb6922
330 changed files with 15543 additions and 0 deletions
17
page/validation_del_user2.php
Normal file
17
page/validation_del_user2.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?
|
||||
session_start();
|
||||
|
||||
$id=$_SESSION['id'];
|
||||
|
||||
mysql_connect("leon.redby.fr", "leon0", "7268032");
|
||||
mysql_select_db("leon0");
|
||||
|
||||
|
||||
|
||||
mysql_query("DELETE * FROM user WHERE id='".$id."'");
|
||||
mysql_query("DELETE * FROM classement WHERE id='".$id."'");
|
||||
mysql_query("DELETE * FROM flotte WHERE id='".$id."'");
|
||||
@header("Location: index.php");
|
||||
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue