I have a main Php page with 75% constant contents. I want to change the other 25% depending on what page calls the main page.
Example
The above pages use an html redirect code
Pages a, b, and c are redirect pages to mainpage.php
How can I how can I open storya.txt when someone clicks on ~.com/a in the mainpage.php or storyb.txt if they click on ~ .com/b ?
Example
The above pages use an html redirect code
Pages a, b, and c are redirect pages to mainpage.php
How can I how can I open storya.txt when someone clicks on ~.com/a in the mainpage.php or storyb.txt if they click on ~ .com/b ?
Comment