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
13
page/validation_mv2.php
Normal file
13
page/validation_mv2.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?
|
||||
session_start();
|
||||
|
||||
$id=$_SESSION['id'];
|
||||
|
||||
mysql_connect("leon.redby.fr", "leon0", "7268032");
|
||||
mysql_select_db("leon0");
|
||||
|
||||
mysql_query("UPDATE user SET coeff='0', mv='1' WHERE id='".$id."'");
|
||||
|
||||
mysql_close();
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue