Salut,
<? = conflit XML...
<?php = conflit réglé... arrètez de dire des conneries... si un bon programmeur (malam est admin...) vous dit quelquechose, il doit forcément avoir ses raisons, alors cherchez... et c'est marqué dans votre php.ini normalement !!!
pas de docttype ?
<html>
<head>
<title>pas de titre ???</title>
</head> <body>
<?php
include ('connect.php');
$resultat = mysql_query('SELECT nom_use, prenom_use, mail_use, fonction_use FROM profile WHERE id_use="'.addslashes($_GET['id']).'"') or die(mysql_error());
echo '<table><tr>
<td align=center>Profile de '.$_GET['id'].'</td>
</tr>
<tr><td> </td></tr></table>';
while ($ligne = mysql_fetch_array($resultat))
{
$ligne = mysql_fetch_array($resultat);
echo '<table width="60%">
<tr>
<td width="65%" >'.$ligne[0].'</td>
<td width="35%" >'.$ligne[1].'</td>
</tr>
<tr>
<td colspan="2" >'.$ligne[2].'</td>
</tr>
<tr>
<td colspan="2" >'.$ligne[3].'</td>
</tr>
</table><br />';
}
mysql_close();
?>
</body>
</html>
In a dream, I saw me, drop dead... U was there, U cried... It was just a dream, if I die, U won't cry, maybe, U'll be happy
Mon site (articles sur la programmation et programmes)