Apr 25, 2002 #1 rbauerle Programmer Oct 16, 2001 48 BR How can I redirect to another page without having an user's request? In ASP it would be: response.redirect(page_name.asp) Thnks in advance, rbauerle
How can I redirect to another page without having an user's request? In ASP it would be: response.redirect(page_name.asp) Thnks in advance, rbauerle
Apr 25, 2002 #2 gerrygerry Technical User Jul 19, 2001 500 US Code: header("Location: [URL unfurl="true"]http://php.net");[/URL] -gerrygerry Go To http://quickfreewebsite.com! Upvote 0 Downvote
Code: header("Location: [URL unfurl="true"]http://php.net");[/URL] -gerrygerry Go To http://quickfreewebsite.com!