[PHP] Gallerie d' image

Gallerie d' image [PHP] - Programmation

Marsh Posté le 23-02-2002 à 17:59:49    

Salut j'ai un petit probleme avec ma gallerie d'image , j' utilise des pseudos frames et ca bugge  :sweat: :
 
voici le code :

Citation :

echo"<table width=\"75%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=center>";
if($img_nb=="0" ){
echo"Pas d'images dans la base de données";
}
else{
echo"<tr>";
$i=1;
while($img_pet=mysql_fetch_array($req))
{
  echo"<td height=\"$hauteur_cell\">"
     ."<a href=\"$file&id=$img_pet[id]&mode=detail\" >"
     ."<div align=\"center\"><img src=\"$img_pet[rep]tn$img_pet[img]\" border=0>"
     ."</div></a>"
     ."</td>";
  if ( $i == $limit )
  {
    echo '</tr><tr>';
    $i = 0;
  }
  $i++;
}
 
echo"</tr>";
}
 
echo"<table>";


 
 
help !

Reply

Marsh Posté le 23-02-2002 à 17:59:49   

Reply

Marsh Posté le 23-02-2002 à 18:27:53    

merde c'etait juste le / de table a la fin !
 
 
LA BOULETTE  :D

Reply

Marsh Posté le 23-02-2002 à 22:15:11    

heuuu la t as pas le coix ...
 
http://mrtonio.zozoll-online.com/images/old/rhum.gif


---------------
WoIP - Video and Voice over IP -  http://www.woip.net/
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed