Bonjour


voila j'ai donc ce probleme de session_start

je l'ai mis pourtant o début,je vous mets le code de mon index.php

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
//session_start();
 
include("config.php");
 
init_HTML(); 
 
echo"<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n";	
init_SCRIPT();
echo"<!-- En-tete-->\n";				 
echo"<table border=\"0\" width=\"$largeur\" id=\"conteneur\" cellpadding=\"0\" cellspacing=\"0\" margin>\n";
echo"<tr><td>\n";   
include("header.php");	
echo"</td></tr>\n";
mon init_HTML() retourne mon head html

si vous avez une idée d'avance merci