i have images ( not link of images ) store in sql database i want to display these images as hyperlinks in php
can anybody help how to do this.
Moderators: macek, egami, gesf

//database query
$image_URL=$result['image_URL']);
echo '<a href="'.$image_URL.'"><image src="'.$image_URL.'"></a>';

Return to PHP coding => Images
Users browsing this forum: No registered users and 1 guest