> Hvordan er det man sætte sin side til at redierekte, lige så snart
siden
> loades.
Du har allerede fået svar, men husk at der ikke må outputtes *noget som
helst*, før headerne er sendt, heller ikke tomme linjer eller mellemrum:
Forkert (tom linje):
---fil start---
<?php header("Location:
http://www.google.com"); ?>
---fil slut ---
Forkert (et enkelt mellemrum):
---fil start---
<?php header("Location:
http://www.google.com"); ?>
---fil slut ---
Rigtigt:
---fil start---
<?php header("Location:
http://www.google.com"); ?>
---fil slut ---
--
Jakob Møbjerg Nielsen | "Nine-tenths of the universe is the
jakob@dataloger.dk | knowledge of the position and direction
http://www.jakobnielsen.dk/ | of everything in the other tenth."
| -- Terry Pratchett, Thief of Time