Version 0.9a
This commit is contained in:
parent
d5c122a2c5
commit
59fbc7104e
141 changed files with 8686 additions and 1156 deletions
12
info.php
12
info.php
|
|
@ -1,3 +1,13 @@
|
|||
<?php
|
||||
phpinfo();
|
||||
exit;
|
||||
require('connectBDD.php');
|
||||
|
||||
for ($i=1 ; $i < 125 ; $i++) {
|
||||
$req = mysql_query("SELECT temps_b, bat FROM planete WHERE `id` = '$i'");
|
||||
$resultat = mysql_fetch_array($req);
|
||||
if ($resultat['temps_b'] != '') {
|
||||
$res = $resultat['temps_b'];
|
||||
mysql_query("UPDATE `halobattle`.`planete` SET `temps_b` = '$res 1' WHERE `planete`.`id` = $i LIMIT 1 ;");
|
||||
}
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue