Salut
J’ai encore un ptit probleme PHP
Je cherche a faire une redirection
[cpp]switch ($acc)
{
case ‘banderole’ : header(‘location:index.php?i=banderole’);break;
case ‘casq’ : header(‘location:index.php?i=casq’);break;
}[/cpp]
mais j’obtient un message : Warning: Cannot modify header information - headers already sent by (output started at…
J’ai cherché un peu sur internet mais j’ai pas trouvé grand chose et parfois je comprenait rien