chris8726 Posted May 1, 2007 Share Posted May 1, 2007 I am trying to place a section of PHP inside another section of PHP to create a persistent menu system. What it is, is a main menu that when an option is selected uses PHP to bring up another menu, and when an option is selected in that menu it uses PHP to either bring up another menu or a description of an item. You can look at the system <a href="http://www.rentalcityomaha.com/specialevent.php">here</a>. What I want to do with it is have the menu stay on the selected item as you go through. I can get the top level to stay, but the lower levels of the menu are their own php scripts and I don't know how to make another php script work inside another script. If you have any ideas please let me know. Link to comment https://forums.phpfreaks.com/topic/49483-nested-php/ Share on other sites More sharing options...
Jenk Posted May 1, 2007 Share Posted May 1, 2007 Not OOP. Link to comment https://forums.phpfreaks.com/topic/49483-nested-php/#findComment-242554 Share on other sites More sharing options...
chris8726 Posted May 1, 2007 Author Share Posted May 1, 2007 I don't know what OOP means Link to comment https://forums.phpfreaks.com/topic/49483-nested-php/#findComment-242562 Share on other sites More sharing options...
Jenk Posted May 1, 2007 Share Posted May 1, 2007 Then why are you posting in the "O.O.P. Help" sub-forum? Link to comment https://forums.phpfreaks.com/topic/49483-nested-php/#findComment-242901 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.