Crazy BigGaz
25-07-2009, 01:14 PM
Hi,
I am needing an IF Else statement that will pull in a URL.
What I am looking for is
If URL = http://www.my-domain.com/offline.php
Do nothing
Else
Do IP Check and display offline page if needed <-- this code I have
So what I am needing is:
IF statement that get the URL and check
If it is offline.php do nothing
else
do my bit of code
I am needing an IF Else statement that will pull in a URL.
What I am looking for is
If URL = http://www.my-domain.com/offline.php
Do nothing
Else
Do IP Check and display offline page if needed <-- this code I have
So what I am needing is:
IF statement that get the URL and check
If it is offline.php do nothing
else
do my bit of code