connectMySql(); $sql=mysql_query("select lien from representant where id='".$id."' limit 1"); while($r=mysql_fetch_array($sql)){ echo ''; } ?>