refus d'entrer dans un tableau
Bonjour a tous,
j'ai ce code :
Code:
1 2 3 4 5
| echo "<table border=1><tr><td>" .
show_picture('restaurant',$picture[0],'0',200) . "</td><td>" .
show_picture('restaurant',$picture[1],'1',200) . "</td><td>" .
show_picture('restaurant',$picture[2],'2',200) . "</td><td>" .
show_picture('restaurant',$picture[3],'3',200) . "</td></tr></table>"; |
la fonction show_picture renvoie un echo <img ..> pour afficher une image
Pourquoi les images sont elles au dessus et mon tableau en dessous ?
Il n'est pas possible d'inserer des tableaux de cette maniere ?