i have something similar to this:
<?php
header("Locatio n: http://mysite.com/destination.php ");
?>
i would like to replace "mysite.com/destination.php " with a constant.
for example, with a constant DESTINATION defined as
"mysite.com/destination.php ".
can this be done?
if so, how?
tia...
<?php
header("Locatio n: http://mysite.com/destination.php ");
?>
i would like to replace "mysite.com/destination.php " with a constant.
for example, with a constant DESTINATION defined as
"mysite.com/destination.php ".
can this be done?
if so, how?
tia...
Comment