if (url==what_i_want) ..............
Posted: Mon Feb 23, 2004 2:03 am
Is there a way to have it so
basically is there a way to have it so when the brower says "http://www.somesite.com/someplace.php?page=somewhere" it'll execute a certain script. Any possible way?
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.
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.