Apr 25, 2002 #1 rbauerle Programmer Joined Oct 16, 2001 Messages 48 Location 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 Joined Jul 19, 2001 Messages 500 Location 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!