Code: Select all
<?
if (url == what_i_want)
include("blah.php");
else
include("black.php");
?>Thanks for reading this
P.s, don't bother running the code, it's just to explain it better since I have yet to improve my explaining skills. Thanks again.