probleme avec redirection automatique vers une url

probleme avec redirection automatique vers une url - PHP - Programmation

Marsh Posté le 02-12-2002 à 12:58:36    

bonjour a tous,
 j'ai tapé cette ligne:
header("Location: z:\documents\projet\easyphp\www\livredor.php" );
 
et l'erreur retournée par le browser est la suivante:(sous opera)
 
 
 
Warning: Cannot add header information - headers already sent by (output started at z:\documents\projet\easyphp\www\insererarticle.php:4) in z:\documents\projet\easyphp\www\insererarticle.phpon line 16
 
quelqu'un pourrait-il m'eclairer un peu ?

Reply

Marsh Posté le 02-12-2002 à 12:58:36   

Reply

Marsh Posté le 02-12-2002 à 13:00:29    

Ui, t'as dû mettre ton bout de code PHP après la balise HTML. Pour que ta redirection marche, il faut impérativement l'écrire AVANT l'écriture de tout code HTML.


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
Reply

Marsh Posté le 02-12-2002 à 13:01:22    

tu as deja envoye des infos a ton navigateur avant le header c'est ca qui va pas des fois c'est simplement un espace avant <?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed