Question : assign unique links to images drawn from directory

I have four large thumbnails on the right hand side of my page which are drawn from a directory.

Is there a way to associate a unique link with each image? (so that when you click on a image it takes you to another page)

http://www.mercercountyrealtors.com/previewPurple/index2.php

(I wrongly posted this in the javascript section, sorry for the double)
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
<?php 
  
  $files = glob("featured_images/*.*"); 
 	 for ($i=0; $i<=3; $i++) { 
 		$num = $files[$i]; 
  	
		
	//print $num."<br />";
	echo '<li><img style="width:180px; height:140px; padding: 3px;	margin:5px;	border: 1px solid #ccc;" src="'.$num.'" ></li>'; } 
	


		 	
	?>

Answer : assign unique links to images drawn from directory

Are you creating the PDF files for the authors?

In general, the author needs access to the full version of Acrobat, otherwise you cannot collect all the comments from the reviewers and consolidate them.

When you start a shared review with one of the server options (Sharepoint, WebDAV), your reviewers can see each other's comments, which means that if the author is also one of the reviewers, the author can also see all comments in just Reader.

However, it's much more complicated to do a review this way because you always need to be involved in getting files ready and inviting reviewers for the author.

If you don't wan to do that, you also need to consolidate the comments for the author with your copy of Acrobat, which means even more involvement for you.
Random Solutions  
 
programming4us programming4us