Quote:
quote:Originally posted by aceconcepts
Hi,
In order to use session variables they must be declared as:
$_SESSION['your_variable'];
Providing you have declared SESSION_START(); at the begining of your script each time you want to use your session variable.
Patience, perseverance, persistence...yessss!!!!
|
Many thanks for u reply. Do u mean in my first page i do some thing like this at the top of page :
Code:
SESSION_START();
$_SESSION['your_variable'];
when i go to next page shoud i pass variable or some thing ? how to use the variable stored in session in 2 page ? how to call it ?Thanks