Thema
:
[PHP] Problem mit Header
Einzelnen Beitrag anzeigen
Jelly
Registriert seit: 11. Apr 2003
Ort: Moestroff (Luxemburg)
3.741 Beiträge
Delphi 2007 Professional
#
12
Re: [PHP] Problem mit Header
29. Okt 2004, 13:34
Also ich habs jetzt mal genau so gemacht, und es klappt einwandfrei:
markieren
Code:
$file = @fopen ($
URL
, "r") ;
if ($file) {
header("Location: $
URL
") ;
} else {
header("Location: index.php?T=rema&P=filenotfound") ;
}
?>
Klappt einwandfrei!
Tom Peiffer
Rema - das Releasemanagement System für Entwickler
Changelog
Zitat
Jelly
Öffentliches Profil ansehen
Besuche die Homepage von Jelly!
Mehr Beiträge von Jelly finden