while($row = mysql_fetch_row($result)){
echo "<tr><td><center> $row[0] </center></td>
<td><center> $row[1] </center></td>
<td><center> $row[2] </center></td>
<td><center> $row[3] </center></td>
<td><center> $row[4] </center></td>
<td><center> $row[5]€ </center></td>
<td><center><form method='POST' action='http://localhost/datex/datastorage/index.php?r=rub7_1.php'> $row[6] </form></center></td>
<td><center><IMG SRC='$row[7]'></center></td>
<td><center> <Input type='button' value='Achat' onClick=document.location.href='http://localhost/datex/datastorage/index.php?r=rub7_1.php'>";
echo "</center></td></tr>";
} |