Hai,
I want to redirect one page to another . I using the code like this
$path = "http://".$_SERVER['HTTP_HOST']."/index.htm";
define('REDIRECT_INDEX',$path);
header('location:'.$path);
But this code is not working let me know what is the problem in this code ? please help me![]()



