Einzelnen Beitrag anzeigen

Benutzerbild von Jelly
Jelly

Registriert seit: 11. Apr 2003
Ort: Moestroff (Luxemburg)
3.741 Beiträge
 
Delphi 2007 Professional
 
#12

Re: [PHP] Problem mit Header

  Alt 29. Okt 2004, 13:34
Also ich habs jetzt mal genau so gemacht, und es klappt einwandfrei:
Code:
$file = @fopen ($URL, "r") ;
if ($file) {
    header("Location: $URL") ;
} else {
    header("Location: index.php?T=rema&P=filenotfound") ;
}
?>
Klappt einwandfrei!
  Mit Zitat antworten Zitat