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
20
page/validation_del_user.php
Normal file
20
page/validation_del_user.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?
|
||||
session_start();
|
||||
|
||||
$id=$_SESSION['id'];
|
||||
|
||||
mysql_connect("leon.redby.fr", "leon0", "7268032");
|
||||
mysql_select_db("leon0");
|
||||
|
||||
if (isset($_POST['mv']) && $_POST['mv'] != '') {
|
||||
|
||||
|
||||
echo"<center>
|
||||
<tr><td colsapan=2 >Confirmer la suppression du compte</td></tr>
|
||||
<tr><td><form action=validation_del_user2.php method=post><input type=submit value=Oui></form></td>
|
||||
<td><form action=optionon.php method=post><input type=submit value=Non></form></td></tr>";
|
||||
|
||||
|
||||
}
|
||||
else { @header("Location: option.php"); }
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue