A voir également:
- Pb pour insertion page php dans site interne
- Site de telechargement - Accueil - Outils
- Comment supprimer une page dans word - Guide
- Site comme coco - Accueil - Réseaux sociaux
- Site pour vendre des objets d'occasion - Guide
- Quel site remplace coco - Accueil - Réseaux sociaux
2 réponses
grofwa
Messages postés
440
Date d'inscription
jeudi 24 juillet 2003
Statut
Membre
Dernière intervention
21 juillet 2006
479
21 juil. 2005 à 16:24
21 juil. 2005 à 16:24
Salut,
Je ne suis pas certain d'avoir pigé ce que tu veux faire, mais si dans ton script session.php tu as la commande session_start(), ça ne peut pas marcher car celle-ci doit être appelée AVANT l'envoi du premier caractère HTML composant ta page, soit AVANT le tag <HTML>
Or d'après ce que j'ai compris, tu mets ce code dans la deuxième colonne de ton tableau, donc il y a déjà qqchose qui est sorti comme code HTML.
Clair ?
m.
Je ne suis pas certain d'avoir pigé ce que tu veux faire, mais si dans ton script session.php tu as la commande session_start(), ça ne peut pas marcher car celle-ci doit être appelée AVANT l'envoi du premier caractère HTML composant ta page, soit AVANT le tag <HTML>
Or d'après ce que j'ai compris, tu mets ce code dans la deuxième colonne de ton tableau, donc il y a déjà qqchose qui est sorti comme code HTML.
Clair ?
m.
Padoo
Messages postés
109
Date d'inscription
jeudi 21 juillet 2005
Statut
Membre
Dernière intervention
6 février 2009
18
22 juil. 2005 à 09:26
22 juil. 2005 à 09:26
grofwa a raison, tu dois ouvrir la session dans une page avant un html.
De plus je ne suis pas sure que tu puisse importer un fichier en temps que colonne, si tu n'a pas dedans le reste du tableau, ms c juste un avis, pas une certitude
De plus je ne suis pas sure que tu puisse importer un fichier en temps que colonne, si tu n'a pas dedans le reste du tableau, ms c juste un avis, pas une certitude
Bin en fait ca marche !! Ca m'affiche bien ce que je veux dans la colonne mais j'ai un nouveau pb!
j'avé fait un pied de page avec des liens et bin il veut plus s'afficher et ca je vois pas pkoi.
je vous montre mon script:
en fait ca affiche tout sauf le dernier tablo ac le fichier pied de page
j'avé fait un pied de page avec des liens et bin il veut plus s'afficher et ca je vois pas pkoi.
je vous montre mon script:
<table width="95%" height="1691" border="0" align="center"> <tr valign="top"> <td height="1687"> <table width="100%" border="1" background="images/fond5.JPG" cellspacing="4"> <tr bgcolor="#FFFFFF"> <td width="100%" height="50" background="images/entetefond12.jpg"><div align="center" class="Style3 Style10"> <p><font size="6">Réseau SEP Auvergne</font></p> </div> </td> </tr> </table> <table width="100%" border="1" cellspacing="4" background="images/fond5.JPG" > <tr> <td width="104" height="31"><div align="center"><img src="images/minilogo.jpg" width="50" height="50"></div></td> <td width="633"> <strong> <script language="JavaScript" src="ejs_menu_dyn.js"></script> ></strong></td> <td width="169"><div align="center" class="Style28" > <script language="JavaScript"> document.write(Datenow); </script> </font></div></td> </tr> </table> <table width="100%" border="2" background="images/fond5.JPG" cellspacing="4" height="1141"> <tr align="center" valign="top" bgcolor="#FFFFFF"> <td width="81%" height="1129"> <table width="100%" height="23"> <tr valign="top"> <td height="14"align="center" background="images/fondbleu1.jpg" ><form name="defil"> <script language="JavaScript">document.write('<INPUT TYPE="text" NAME="defilbox" SIZE=' + size + '>');</script> <img src="images/sepa.jpg" width="100%" height="5" align="top"> </form></td> </tr> </table> <table width="100%" height="1063" align="center" background="images/fondbleu1.jpg"> <tr valign="top" bordercolor="1"> <td width="72%" height="1057" bordercolor="#FFFFFF" background="images/fondbleu1.jpg"><div align="center"> <? $query_texte = "SELECT * FROM texte WHERE idtexte='6'"; $texte= mysql_query($query_texte) or die(mysql_error()); $row_texte = mysql_fetch_assoc($texte); echo $row_texte['titre']; echo $row_texte['contenu']; ?> <div class="story"></div></td> <td width="1%" valign="top"><p align="right"><img src="images/sepaV.jpg" width="5" height="870"></p></td> <td width="33%" valign="top" background="images/fondbleu1.jpg"><p align="center"></p> <?php include("c:\program files\easyphp\www\sep1\id.php"); die(mysql_error()); ?> </td> </tr> </table> <table width="100%" border="1" background="images/fond5.JPG" cellspacing="4"> <tr bgcolor="#FFFFFF"> <td width="81%" height="27" background="images/fondbleu1.jpg"> <? $query_texte = "SELECT * FROM texte WHERE idtexte='15'"; $texte= mysql_query($query_texte) or die(mysql_error()); $row_texte = mysql_fetch_assoc($texte); echo $row_texte['titre']; echo $row_texte['contenu']; ?> </td> </tr> </table> </td> </tr> </table> </table>
en fait ca affiche tout sauf le dernier tablo ac le fichier pied de page