Re: [PHP] how to keep variable "alive" thur pages?

2001-02-26 Thread Ankur Verma

I would suggest you to use sessions.

http://www.php.net/manual/en/ref.session.php

or use PHPLIB if you are on PHP3


best regards

Ankur Verma
HCL Technologies
A1CD, Sec -16
Noida, UP
India


- Original Message - 
From: "John LYC" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 27, 2001 11:02 AM
Subject: [PHP] how to keep variable "alive" thur pages?


> hi all,
> 
> how do i keep an array of variable "alive" thru different pages...
> array is assigned with value at say index.php...
> user will move from tat page to say index2... index3... index4.php..
> in index4.php i can still access the array...
> 
> 
> thanks..
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] how to keep variable "alive" thur pages?

2001-02-26 Thread John LYC

hi all,

how do i keep an array of variable "alive" thru different pages...
array is assigned with value at say index.php...
user will move from tat page to say index2... index3... index4.php..
in index4.php i can still access the array...


thanks..



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]