Ok.
- PHP: Select all
mysql_connect("", "", "") or die(mysql_error());
mysql_select_db("fieldworks") or die(mysql_error());
$data = mysql_query("SELECT * FROM ")
or die(mysql_error());
(Get data from db and then)
You need to create an array and go through one by one using 'while...'
echo '<img src="'.$imageURL.'" alt ="Bill" />';