voir les array -> http://fr2.php.net/manual/fr/function.array.php
en gros, cela te crée :
en gros, cela te crée :
Code PHP :
<?php
$niveau = array (
'Armes' => 4,
'Bouclier' => 2,
'Catapultes' => 3
);