Как на РНР сделать переадресацию (аналогичную window.location.href = "адрес" в JS)
Prisoner
22-01-2004, 22:04
Можно состряпать такую функцию:
define ('HostName' , 'http://some_host.com/');
function GoPageH($Location)
{
Header('Location: '.HostName.$Location);
exit;
}
vBulletin v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.