Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5202155
Hits Heute: 258
max. Hits (10.07.07): 6964
User Online: 39
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

XML und Datenbanken. XML- Dokumente effizient speichern und verarbeiten
XML und Datenbanken. XML- Dokumente effizient speichern und verarbeiten

Manuals > PEAR > HTTP::redirect

HTTP::redirect

HTTP::redirect -- redirects the client

Description

This function redirects the client. This is done by issuing a Location: header and exiting.

Parameter

  • string $url - the new URL, where to client should be redirected to.

Note

This function can be called statically.

Avoid sending any kind of data to the client before calling redirect().

The location header requires an absolute URL. If not given, redirect() tries to build one from $url. So if the redirect fails, set the absolute URL manually as argument.


Copyright 1998 - 2009 by I.S.U.M.