Cannot modify header information
Bonjour,
je suis débutant en php. J'ai un problème le message suivant s'affiche :
Citation:
Warning: Cannot modify header information - headers already sent by (output started at /mnt/136/sdb/3/1/nerickcorporation/accueil.php3:9) in /mnt/136/sdb/3/1/nerickcorporation/accueil.php3 on line 20
Voici mon code php
Code:
1 2 3 4 5 6 7 8 9 10
|
<?
require("protec/passe/conf.php3");
$db_link = mysql_connect($sql_serveur,$sql_user,$sql_passwd);
$requete=mysql_db_query($sql_bdd,"select * from membre where id=\"$id\"",$db_link);
if(mysql_num_rows($requete)==0)
{
header("Location:$url_erreur");
}
?> |
Merci d'avance
:merci: