charger($_GET['id']);
$magasin->delete();
}
?>
Magasins
Accueil
Gestion des magasins
| MAGASINS |
table order by cp";
$resul = mysql_query($query, $magasin->link);
?>
|
| NOM |
CODE POSTAL |
VILLE |
|
|
table where cp=\"" . $_REQUEST['cp'] . "\"";
$resul = mysql_query($query, $magasin->link);
while($row = mysql_fetch_object($resul)){
if(!($i%2)) $fond="cellule_sombre";
else $fond="cellule_claire";
$i++;
?>
| nom; ?> |
cp; ?> |
ville; ?> |
Poursuivre  |
 |