Computing.Net > Forums > Web Development > php Redirecting

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

php Redirecting

Reply to Message Icon

Name: Olumide
Date: December 2, 2005 at 03:03:27 Pacific
OS: Windows Xp
CPU/Ram: 256
Comment:

How can I redirect my page? Using PhP

How can I redirect my Page to another using PHP



Sponsored Link
Ads by Google

Response Number 1
Name: jake1025
Date: December 2, 2005 at 06:18:16 Pacific
Reply:

<? print "<script> location='wherever.php'; </scrip>"; ?>


0

Response Number 2
Name: Laler
Date: December 2, 2005 at 08:40:29 Pacific
Reply:

if using php:

<?php
header ("Location: http://somepage.com");
?>

Must be set before any output to the browser

---
Site of the Day


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: php Redirecting

Net Objects Fusion www.computing.net/answers/webdevel/net-objects-fusion/68.html

Redirection after Submit PHP Form www.computing.net/answers/webdevel/redirection-after-submit-php-form/3580.html

Dam PHP! www.computing.net/answers/webdevel/dam-php/752.html