$current_url = base64_encode($url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
$results = $mysqli->query("SELECT ploc FROM tbl_pic where pic_id=$i");
if ($results) {
while($obj = $results->fetch_object())
{
echo '<div><img src="images/'.$obj->ploc.'"></div>';
}
}
?>
This section is for slideshow to display the photo
Обсуждают сегодня