A icon on the home page will be an hyperlink to the following PHP code:
( ipfliper.php)
Code: Select all
<?php
if ($_SERVER['REMOTE_ADDR']=='69.245.218.248') { header('Location: http://www.turnstone.org/employee2/index.html');}
else
{ header('Location: http://www.turnstone.org/notatoffice.html');}
exit;
?><?php
if ($_SERVER['REMOTE_ADDR']=='69.245.218.248') { header('Location: http://www.turnstone.org/employee2/index.html');}
else
{ header('Location: http://www.turnstone.org/notatoffice.html');}
exit;
?>Thank you Russ at Techexpressinc.com