problem transmiting variables over multiple pages
Moderator: General Moderators
problem transmiting variables over multiple pages
from one dinamic page I open a static one wich I can not modify and then a dinamic page.How can I pass the variables from the first to the third page?
Last edited by sebs on Thu Sep 29, 2005 6:03 am, edited 1 time in total.
- thomas777neo
- Forum Contributor
- Posts: 214
- Joined: Mon Mar 10, 2003 6:12 am
- Location: Johannesburg,South Africa
could also make the variable global
but depending on the information your making global i wouldnt recommend it.
Code: Select all
global $var;