Zitat:
nebenbei sagt mir das header("Location url") aber auch schon nicht zu, weil man da eine absolute url angeben muß. hätte das ganze gerne ein bisserl relativer gemacht ...
|
Also das stimmt so glaub ich nicht ganz:
Code:
header('Location: index.php')
würde auch als relative Angabe funktionieren.
#Hannes#