PHP

Moderators: None (Apply to moderate this forum)
Number of threads: 1848
Number of posts: 5016

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
redirect users in php Posted by lih0nman on 4 Sept 2006 at 8:00 AM
how do i redirect users to another page in php?
thanks
Report
Re: redirect users in php Posted by IDK on 4 Sept 2006 at 8:49 AM
: how do i redirect users to another page in php?
: thanks
:
As you would do in HTML

Meta tags

First hit:
http://webmaster.iu.edu/tool_guide_info/refresh_metatag.shtml
Report
Re: redirect users in php Posted by lih0nman on 6 Sept 2006 at 4:36 AM
: : how do i redirect users to another page in php?
: : thanks
: :
: As you would do in HTML
:
: Meta tags
:
: First hit:
: http://webmaster.iu.edu/tool_guide_info/refresh_metatag.shtml
:

you mean rendering the code using the 'echo' function?
Report
Re: redirect users in php Posted by IDK on 6 Sept 2006 at 8:22 AM
: : : how do i redirect users to another page in php?
: : : thanks
: : :
: : As you would do in HTML
: :
: : Meta tags
: :
: : First hit:
: : http://webmaster.iu.edu/tool_guide_info/refresh_metatag.shtml
: :
:
: you mean rendering the code using the 'echo' function?
:

Yes
Report
Re: redirect users in php Posted by ITA on 8 Sept 2006 at 6:08 AM
: how do i redirect users to another page in php?

You can also do it as follows:

  header('Location: your_redirect_page.php');

See http://uk2.php.net/manual/en/function.header.php for further details.

Make sure when you call the function that no other headers have already been sent - ie, nothing has been output on the page, otherwise you'll get warnings.

Regards,

Isaac
"Let us smite the evil slime eating hordes who may befall us on our quest to be the ultimate programmers of the known universe!"




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.