SyntaxFix
Write A Post
Hire A Developer
Questions
You need to retrieve and disect the information into what you need.
while($row = mysql_fetch_array($result)) { echo "img src='",$row['filename'],"' width='175' height='200' />"; }