Version 0.10
This commit is contained in:
parent
73645ccc1f
commit
b9c240c781
246 changed files with 10218 additions and 1598 deletions
|
|
@ -4,8 +4,8 @@ $g=$_SESSION['galaxy'];
|
|||
$s=$_SESSION['ss'];
|
||||
$p=$_SESSION['pos'];
|
||||
$race=$_SESSION['race'];
|
||||
include_once('common.php');
|
||||
require('../connectBDD.php');
|
||||
require_once 'noms.php';
|
||||
|
||||
$appel = mysql_query("SELECT * FROM planete WHERE id_user='$id' AND galaxie='$g' AND ss='$s'AND position='$p' ");
|
||||
$ressource=mysql_fetch_array($appel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue