Eléphant du PHP |
199 Messages
28 juil. 2005, 10:32
desolé pour le retard
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Site des Miss / Mister</title>
</head>
<body style="background-image: url('../../Fond/Miss2.png')">
<table border="0" cellpadding="0" cellspacing="0" width="1024" height="660" id="table1">
<!-- MSTableType="layout" -->
<tr>
<td valign="top" colspan="2">
<!-- MSCellType="DecArea" -->
</td>
<td valign="top" height="83" colspan="2">
<!-- MSCellType="ContentHead" -->
</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td valign="top" height="125" colspan="2">
<p align="center"> </p>
<p align="center"><b><i>
<font face="Comic Sans MS" size="6" color="#FF0000">Master of MISS
MISTER</font></i></b></td>
</tr>
<tr>
<td valign="top" rowspan="2">
<!-- MSCellType="ContentBody" -->
<table cellpadding="0" cellspacing="0" width="193" height="75" id="table2">
<!-- MSCellFormattingTableID="1" -->
<tr>
<td height="75" width="193">
<!-- MSCellFormattingType="content" -->
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="193" height="75" id="table3">
<!-- MSCellFormattingTableID="2" -->
<tr>
<td height="75" width="193">
<!-- MSCellFormattingType="content" -->
<p align="center"><font face="Comic Sans MS" size="4">
<a href="../inscription.htm">Inscris
toi !</a></font></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="193" height="75" id="table4">
<!-- MSCellFormattingTableID="3" -->
<tr>
<td height="75" width="193">
<!-- MSCellFormattingType="content" -->
<p align="center"><font face="Comic Sans MS">Partie Miss</font></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="193" height="75" id="table5">
<!-- MSCellFormattingTableID="4" -->
<tr>
<td height="75" width="193">
<!-- MSCellFormattingType="content" -->
<p align="center"><font face="Comic Sans MS">Partie Mister</font></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="193" height="75" id="table6">
<!-- MSCellFormattingTableID="5" -->
<tr>
<td height="75" width="193">
<!-- MSCellFormattingType="content" -->
</td>
</tr>
</table>
<p> </p>
<p align="center"> </td>
<td> </td>
<td valign="top">
<!-- MSCellType="NavBody" -->
<table cellpadding="0" cellspacing="0" width="296" height="337">
<!-- MSCellFormattingTableID="7" -->
<tr>
<td height="337" width="296">
<!-- MSCellFormattingType="content" -->
<? include("../config.inc.php");
$reponse = mysql_query("SELECT * FROM miss");
while ($donnees = mysql_fetch_array($reponse) )
{
?>
<p align="left"><font color="#3333CC" face="Comic Sans MS">
Nom : <? echo $donnees["prenom"]; ?> </font><font face="Comic Sans MS"><font color="#3333CC"><p align="left"> Age : <? echo $donnees["age"]; ?> <br /><br />
Ville : <? echo $donnees["ville"]; ?> <br /><br />
Célib : <? echo $donnees["celib"]; ?> <br /><br />
MSN : <? echo $donnees["msn"]; ?> </font></td>
</tr>
</table>
</p>
<? echo '<a href="http://manio54.free.fr/miss/vote.php?id='.$donnees["id"].'">Vote !!!</a>';?><p align="center"> </p>
</font></td>
<td height="390" valign="top"> <? echo '<img src="./photo/'.$donnees['photo'].'" />'; ?></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td height="61"> </td>
</tr>
<tr>
<td width="193"></td>
<td width="142"></td>
<td width="296"></td>
<td height="1" width="393"></td>
<?
}
mysql_close();
?>
</tr>
</table>
</body>
</html>
Desolé pour la presentation du code c'est pas très simple a lire faudra que je simplifie !!! donc mon problème c'est que les premières infos s'affiche correctement dans le tableau mais la deuxième se met au dessus !!!