Afficher un message
Vieux 08/10/2007, 05h17   #4
J.O. Aho
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: php redirect doesnt work

Jack wrote:
> Hi,
> I have a problem that I've been stuck on for while now.
> Here is my code
>
> <html>
> <head>


You see this HTML that is on the top of your page, it will prevent the
header() from work, as it has to be sent before any other output from a script.

You can try with adding ob_start() as the first thing on the page.




--

//Aho
  Réponse avec citation
 
Page generated in 0,06003 seconds with 9 queries