hello,
im tyring to change script from another page. i would like to change (a > true) to false and back if need be.
As a dropdown or radio selection, maybe using variables but everything i have tried i have no luck.
<?php
if (a > true ) print "a is true";
else include("test.php");
?>
thank you .