Hello
How would you display / Echo pictures with a name underneeth in the order shown on the example below in php ? Sort of like echoing a friends list. Im looking for how to structure it with code, I guess thats the correct way to explain what I want to achieve, hope that helps.
I tried
echo '
<tr>
<td align=\"center\">
<img src=\"hello.png\" alt=\"My Picture\" /><br /> Name
</td>
</tr>
';
but that still does not quite work
What i want to acheive,
Sorry for the bad explanation, any help and examples would be helpful
Thanks!