Hmmmm... includes help
Posted: Wed Jan 29, 2003 2:58 pm
I have a page that is included in a page that is included in a page...
from page 1 to page 2 variables are passed, but from page 2 to page 3 they are not...
i.e. index.php has an include menu.php, menu.php has an include online.php... so when i pass a varable to index.php via the address (i.e. index.php?a=1)
Menu can use the variable but online.php can not...
both are include(d)
Any help?, my online.php needs those variables
?
from page 1 to page 2 variables are passed, but from page 2 to page 3 they are not...
i.e. index.php has an include menu.php, menu.php has an include online.php... so when i pass a varable to index.php via the address (i.e. index.php?a=1)
Menu can use the variable but online.php can not...
both are include(d)
Any help?, my online.php needs those variables