Page 1 of 1

how to pass a varible (eg. $some) from one page to an

Posted: Thu Dec 02, 2004 12:19 am
by wenquxing
how to pass a varible (eg. $some) from one page to another page :)

Posted: Thu Dec 02, 2004 2:36 am
by thomas777neo
There are many examples on this forum, try and search for it.

You you can submit it through a form using a hidden field. Which is the common way for newbies.

Posted: Thu Dec 02, 2004 3:31 am
by patrikG
PHP Manual: FAQ

Always good to look into the manual first.