$path1=$rowArray['file1'];
$path2=$rowArray['file2'];
<?php printf('<a href="%s" >View all Files</a>',$path1); ?>
where
$path1is the path of the first file, and by clicking on View all Files, the image is shown on the next page.
I want to show all the 5 images on the same page under View all Files links.
How can i do it. Hope u all understand. I have applied a loop to show, them all, but it doesnot help. Please provide me a valid solution for this.

New Topic/Question
This topic is locked


MultiQuote





|