dePoPo.net
A digital resource center
advanced search
This site is no longer updated, for more recent samples see
this link
Home
:
Other language code samples
:
PHP
Home
About
Webhosting (Dutch)
vb.NET
Data Access
Files and Folders
Forms and Grids
General vb.NET
Crystal Reports
ASP.NET
Other language code samples
ASP
PHP
Javascript
VB6 / VBA
RPM Builds
Centos 4
Centos 5
Archived
FAQ
BlueOnyx
Linux
Win32
SQL
Image Gallery's
Projects
Add this site to...
RSS News Feed
PHP - Redirecting to another page
Posted in:
PHP
By dePoPo
Mar 2, 2009 - 10:43:45 PM
Digg this story!
Email this article
Printer friendly page
This code redirects the visitopr to another URL of your choosing.
The code must be executed before anything at all is outputted to the browser, not even empty lines.
<?
php
header
(
"Location: http://www.depoPo.net/"
)
;
?>
Visitor Comments
Leave a comment