1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| echo "<table width=100% align=center border=1>";
echo "<tr>";
echo '<td align=center><img src="'.$photo.'" width="100" height="100"/></td>';
echo "<td align=center> un$type3 </br>en $pays2 $dep3</td>";
echo "<td align=center> $sdb2 $clim2 $piscine2 $ext2</td>";
echo "<td align=center>$hote2 $repas2 $kreeter2</td>";
echo "<td align=center>";
echo "<form action ='fichebien.php'>";
echo "<input type='hidden' name='id2' value='$id2'>";
echo "<input type='submit' value='voir'>";
echo "</form>";
echo "</td>";
echo "</tr>";
}
echo "</table>"; |