hi all,
i need to display the images that are saved in the back end. so can any one help me please....
$sql="select * from images";
mysql_error();
$result=mysql_query($sql);
after this wat should be done to display the result obtained images.