<?php
session_start();
?>
<head>
<style type="text/css">
<!--
a:link { color: black; font-family: Calligraph421 BT; font-size: 15px; text-decoration: none; }
a:visited { color: black; font-family: Calligraph421 BT; font-size: 15px; text-decoration: none;}
a:hover { color: red; font-family: Calligraph421 BT; font-size: 15px; text-decoration: none;}
a:active { color: black; font-family: Calligraph421 BT; font-size: 15px; text-decoration: none;}
body { color: black; font-family: Calligraph421 BT; font-size: 15px; text-decoration: none;}
-->
</style>
</head>
<body background="images/fond.jpg" bgproperties="fixed">
<center>
<table width="20%" border="3">
<tr>
<td width="20%" height="30" bgcolor="#FFFFFF"> <center>
<font size="4"><strong><font color="#EB0130" face="Calligraph421 BT">
<? echo $_SESSION['pseudo'] ?> </strong></font></font>
</center>
</td>
</tr>
</table>
[/php]
"de là" où ?je me demande si le non affichage des sessions ne vient donc pas de là
$db= mysql_connect("localhost", "xxxx", "xxxx") or die("Impossible de se connecter à la base de données");
// sélection de la base
mysql_select_db("xxxx", $db);
Ce code là fonctionne chez un certain hébergeur mais plus sur celui ou j'ai installé mon site
Eh bien peut être si tu ne peux plus accéder aux fichier(je sais qu'ils font des mises a jour entre 0h et 2h du mat', c'est peut-etre lié? car pendant cette periode, je ne puis accéder à mon espace client, donc pas non plus a mysql)
Si oui peut être un souci de version de PHP ou de register_globals.Ce nouveau hébergeur propose le PHP au moins ?