The displayed images may be distorted because width="250" and height="188"
attributes have been added to the <img> tag to control the image display size.
";
/*+++++++++ Loops through the rows of the returned array +++*/
while($row =mysql_fetch_array ($result,MYSQL_ASSOC ))
{
//+********************** PRINT THE IMAGES TO A WEB PAGE *************
/* The images are displayed by adding the image name from the database to the
![]()
tag. The image files are in a folder, not in the database.*/
/*+Note the \ to escape the quotations. Those quotes are needed to deal
with file names containing spaces.*/
print "

\n";
}
echo "