I send a POST request to a PHP page, and depending on what the contents are I want it to return one of two independent HTML pages I have written.
if ($_POST['param'] == 'page1' )
readfile('page1.html');
else
readfile('other.html');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With