On Monday 26 March 2001 05:15, you wrote:
> Im trying to get an array saved in a cookie, I have this snippet so
> far..
>
> if (newuser == yes) {
>$user_reg[0]= $username;
>$user_reg[1]= $password;
>$user_reg[2]= $fullname;
>$user_reg[3]= $email;
>$user_reg[4]= $age;
> set
On Monday 26 March 2001 05:15, you wrote:
> Im trying to get an array saved in a cookie, I have this snippet so
> far..
>
> if (newuser == yes) {
>$user_reg[0]= $username;
>$user_reg[1]= $password;
>$user_reg[2]= $fullname;
>$user_reg[3]= $email;
>$user_reg[4]= $age;
> set
Im trying to get an array saved in a cookie, I have this snippet so far..
$username and the others vars are coming from a form submitted.
did I write this ok?
is there a limit to how much I can save in the array ?
Thanx
amd
_
Do Yo
3 matches
Mail list logo