Hi All,
Can anyone suggest a reliable solution to php redirect?:
header("Locatio n: $redir_url");
if the above times out in $timeout seconds
header("Locatio n: $alt_redir_url" );
Many thanks,
Dave
Can anyone suggest a reliable solution to php redirect?:
header("Locatio n: $redir_url");
if the above times out in $timeout seconds
header("Locatio n: $alt_redir_url" );
Many thanks,
Dave
Comment