par
surfeur2 » 28 avr. 2010, 14:29
Bonjour,
pti prob que je n'arrive pas à comprendre !!!!
Dans une page je définie une variable session :
<?php
$_SESSION['client'] = $client;
?>
Dans une autre je veux l'afficher:
<?php
session_start();
echo $_SESSION['client'];
?>
et j'ai ce prob

:
Notice: Undefined index: client in d:\www\...etc... on line 3