mon pb est que j'ai utilisé header au milieu de mon scripte(est t-il possible??):
le navigateur m'affiche l'erreur suivante:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 if (isset($id) && ($id != false)) { // openSession($id); header("location:suite.php"); }
Warning: Cannot modify header information - headers already sent by (output started at f:\easyphp1-8\www\verifier.php:48)
Partager