Je vais faire vite
<? //Après la connexion...
$retour = mysql_query('SELECT image FROM membres WHERE login=lxlllolllxl');
?>
<img src="<? echo $retour; ?>">
ou encore
<?
$retour = mysql_query('SELECT * FROM membres WHERE login=lxlllolllxl');
while ($data = mysql_fetch_array($retour)) { ?>
<img src="<? echo $data['image']; ?>"><? } ?>
Marche tjrs pas Merci à tout ceux qui peuvent m'aider...