I’m sure this is probably very simple, but beyond my very limited PHP skills, so any help would be appreciated. I’m trying to do the following:
- I have several links on page1.php
- each link will load page2.php
- page2.php will load a specific include file, which was specified from each individual link on page1.php (i.e. include1.php, include2.php, etc.)
Hope this makes sense. Thanks in advance!