Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post **WARNING RACIST CONTENT...
Today 04:44 PM
by nomhak
Last post by Fewmitz
Today 07:30 PM
20 Replies, 116 Views
Go to first new post Sidespin leeches guides!
Today 05:48 PM
Last post by Googlrr
Today 07:29 PM
13 Replies, 69 Views
Go to first new post So my friends sister ODed
Today 02:12 PM
by Boink
Last post by Fewmitz
Today 07:26 PM
3 Replies, 31 Views
Go to first new post I'm watching...
Today 07:17 PM
Last post by Hodizzle
Today 07:17 PM
0 Replies, 6 Views
Go to first new post Old neopets.
09-14-2008 11:38 AM
Last post by abcdshawn123
Today 07:14 PM
17 Replies, 208 Views
Reply
 
LinkBack Thread Tools Display Modes

 PHP Redirect
Old 10-18-2006, 03:44 PM   #1 (permalink)
Oosband
Guest

 
Posts: n/a
iTrader: / %
PHP Redirect

We use PHP Redirect to move the user to another page or domain.

Code:
Code:
<?php
header( 'Location: http://www.yoursite.com/new_page.html' );
?>
Change the code on the redirect page to be simply this.
You need to replace the URL above with the URL you wish to direct to.

Be sure that you do not have any text sent to the browser before
this, or it will not work. Your safest bet is to simply remove all
content from the page but the redirect code.

Example of Bad Code:
Code:
<html>
<?php
//this will NOT work, the browser received the HTML tag before the script
header( 'Location: http://www.yoursite.com/new_page.html' );
?>
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 07:33 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.12895703 seconds (100.00% PHP - 0% MySQL) with 19 queries