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!
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...
Did you include any of the first two files within another function or some other limited scope block of code?
Also, did you include <? ?> within both included files?