techexpressinc
Programmer
I am trying to open a new window based on whether the person is in the office or not.
I put this in the body of html and nothing happen?
Any ideas from anyone on making it work?
Thanks
Russ
<?php
if ($_SERVER['REMOTE_ADDR']=='63.131.12.170') {
header('Location: } else {
header('Location: }
exit;
?>
I put this in the body of html and nothing happen?
Any ideas from anyone on making it work?
Thanks
Russ
<?php
if ($_SERVER['REMOTE_ADDR']=='63.131.12.170') {
header('Location: } else {
header('Location: }
exit;
?>