xkamui Their Destiny Was Foreordained | Le code qui marche 'sufisemment' chez Wanadoo et qui ne marche pas chez moi (je veux dire là où j'herberge aujourd'hui mon site)
  Code :
 - require ("connecttodb.php4" ); //fonction de connexion a la base traite les erreurs.
 -   	$requete="select * from motos where new='1' ORDER BY modele";
 -   	$resultat=mysql_query($requete,$connexion);
 -   	if ($resultat)
 -   	{
 -   	?>
 -         <tr>
 -           <td height="36">  </td>
 -         </tr>
 -         <tr>
 -           <td height="84" align="center" valign="top">
 -             <table width="137" border="0" cellspacing="0" cellpadding="0" height="38">
 -               <tr>
 -                 <td width="12"><font size="-2" color="#000000"> </font></td>
 -                 <td width="125">
 -                   <?php
 -     	if ($moto=mysql_fetch_object($resultat))
 -     	{
 -     	?>
 -                   <a href="Fdroit.php4" target="" onclick="MM_openBrWindow('Fcentre_moto_1.php4?fichier=<?php print ("$moto->idf" ); ?>','','scrollbars=yes,width=800,height=650')">
 -                   <font face="Verdana, Arial, Helvetica, sans-serif" size="-2" color="#000000"><b>
 -                   <?php
 -     	print ("$moto->modele - $moto->annee" );
 -     	}
 -     ?>
 -                   </b></font></a></td>
 
  |  
 
   en fait, quand il affiche qqchoe sur la page c'est : voir ici
   nota, spas de moi le site hein...    |