<?php
if (!$_SERVER['HTTP_HOST']) {
$cpg_host=$HTTP_SERVER_VARS['HTTP_HOST'];
} else {
$cpg_host=$_SERVER['HTTP_HOST'];
}
$cpg_path='/photos';
header("Location: http://".$cpg_host.$cpg_path);
exit;
?>
I am VERY new to php, so I need to tell it to open the page in the frame "main" or in _self
You may see the problem here:
http://www.homesteadwrestlingclub.com/
Username: Test1
Login: 1234
Thanks in advance
Eric

New Topic/Question
Reply




MultiQuote




|