Jump to content

Need images displayed like this site


deansaddigh

Recommended Posts

I want my images displayed like this site.

http://www.ukstudy.com/eng/info/school/82/

 

And here is my site

http://www.languageschoolsuk.com/school_details.php?id=53

 

can anyone point me in the right direction?

my images are being brought back dynamicallyand here is the code where i echo the images out

 

$imagename = $row ['image_name'];
				$image = 'Admin/'.$row['path'] . '/' . $row ['image_name'];
				echo '<img src="'.$image.'"/>';

Link to comment
https://forums.phpfreaks.com/topic/192288-need-images-displayed-like-this-site/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.