Vous n'êtes pas connecté.


Bonjour,
Tout d'bord je souhaitais remercier toute l'équipe l'équipe qui a créée signatux. Ce livre d'or est aussi puissant que joli !! Dire que d'autres livres d'or sont payants avec moins de fonctionnalités, bref chapeau bas à toute l'équipe !
Alors quelques heures de galères j'ai fini par intégrer le livre d'or à mon site : http://www.aqua69.fr/livredor.php
Mais j'ai un peitit soucis, les accents ne sont pas pris en compte 
Je suppose qu'il doit manquer une ligne quelque part mais où ?
Voici le code de mon fichier livreor.php
<?php
define('SGTUX_ROOT','signatux/'); // Chemin du dossier
define('SGTUX', ((array_search('signatux',$_GET)) ? 1:0));
if(SGTUX) require_once SGTUX_ROOT.'header.php'
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
<title>Le livre d'or d'aqua69</title>
<link href="aqua69.css" rel="stylesheet" type="text/css" />
<?php if(SGTUX) sgtux_header() ?>
</head>
<body>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="770">
<tr><td width="770" height="101"><a href="http://www.aqua69.fr"><img src="media/bandeau-haut.jpg" width="867" height="101" border="0" /></a></td>
</tr>
<?php
include('http://www.aqua69.fr/menuhautgeneral.html'); // Nous appelons notre menu
?>
</table>
<table width="870" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="tablegenerale" align="center">
<tr>
<td width="180" valign="top"><p>
<?php
include('http://www.aqua69.fr/menugauchegeneral.html'); // Nous appelons notre menu
?>
</p></td>
<td width="687" valign="top"><br />
<table width="660" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="media/haut_edito.gif" width="660" height="47" /></td>
</tr>
<tr>
<td bgcolor="#5C90C4" width="2"><img src="media/vide.gif" width="2" height="1" /></td>
<td width="380" class="tdedito"><p align="justify">
<p>
<?php
if(SGTUX) signatux(); else
{
include('http://www.aqua69.fr/livre.php');
}
?>
<div style="text-align: justify;"><div style="text-align: left;"></div>
</div> </td>
<td bgcolor="#5C90C4" width="2"><img src="media/vide.gif" width="2" height="1" /></td>
</tr>
<tr>
<td colspan="3"><img src="media/bas-central.gif" width="660" height="14" /></td>
</tr>
</table>
</td>
<td width="10" valign="top"><br /></td>
</tr>
<tr>
<?php
include('http://www.aqua69.fr/menubasgeneral.html'); // Nous appelons notre menu
?>
</tr>
</table>
</div>
</body>
</html>Si vous avez une idée je suis preneur ! Il ya de fortes chances que le tout soit trés mal codé, mais je débute....
Merci
Dernière modification par Auden (28/06/07 13:33:02)
TOP Hors ligne



Salut! Le problème semble venir de l'encodage des caractères.. Je te propose donc de remplacer
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
par
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Ainsi, ca fonctionnera à merveille
(normalement
)
TOP Hors ligne


Parfait, ça fonctionne !!!!
encore un grand merci à vous tous !
Au plaisir !
TOP Hors ligne



C'est un plaisir que de pouvoir aider 
TOP Hors ligne