Code: Select all
OPTION PAGE 1
MAIN PAGE -
OPTION PAGE 2So what I was going to do is use the magic of sessions and create a flag so if they click on option page 1 the flag gets set with what nav they should see and all the pages they click on after that will check that flag and display the nav accordingly.
I was going to make some functions to do this check IE:
Code: Select all
CheckHeaderNav($flag)Code: Select all
CheckFooterNav($flag)What do you guys think? I can do it proceedurley no prob, oop will give me a challange but I'm just seeing if I'm missing anything, because it seems really simple to do. I just don't want to finish it and find out I should have set this up a different way, because its like 100 pages
thanks!