Page 1 of 1

HW TO REDIRECT

Posted: Thu Jun 25, 2009 4:59 am
by abhijith
how to redirect to a page iused Location:Header"pagename.php"
Location:Header"url" its not working is there anything other than the above or writing inside formaction


still not working please reply

Re: HW TO REDIRECT

Posted: Thu Jun 25, 2009 5:18 am
by papa
header('Location: http://www.example.com/');

Re: HW TO REDIRECT

Posted: Thu Jun 25, 2009 5:38 am
by susrisha
and dont forget a space between Location: and the url..
It drove me nuts once.