Go Back   Web Master'S Zone > Web Design > Tutorials / Resources

Tutorials / Resources Tutorialize others and yourself with these useful how-to-do's and what-not-to-do's.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-29-2008, 05:16 PM
Crown's Avatar
Moderator
 
Join Date: May 2008
Location: UK, Devon
Posts: 71
Rep Power: 8
Crown is on a distinguished road
Send a message via MSN to Crown
Default [PHP]Redirect Using PHP

This is a very simple tutorial, You can make it redirect to any site you wish.

PHP Code:
<?php
//Redirect Browser
header("Location: http://www.YourSite.com/");
?>
Enjoy
Crown
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



All times are GMT. The time now is 01:56 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.