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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wenquxing
Forum Newbie
Posts: 9
Joined: Thu Dec 02, 2004 12:17 am

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

Post by wenquxing »

how to pass a varible (eg. $some) from one page to another page :)
User avatar
thomas777neo
Forum Contributor
Posts: 214
Joined: Mon Mar 10, 2003 6:12 am
Location: Johannesburg,South Africa

Post 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.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

PHP Manual: FAQ

Always good to look into the manual first.
Post Reply