[insert_php]
$imagesname = $_GET[“imagesname”];

$resultimage = mysql_query(‘SELECT * FROM destinationsimage where imagesname =”‘.$imagesname.'”‘);
while($rowimage = mysql_fetch_array($resultimage))
{
$imagefetch = $rowimage[‘images’];
$imagedata = $rowimage[‘data’];
}
?>
[/insert_php]


[section]



[insert_php]echo $imagedata;[/insert_php]

[/section]