I have the following code:
<?php
$con = mysqli_connect("localhost","root","","gibellino");
mysqli_set_charset($con,"utf-8");
$result = mysqli_query($con,"select * from index_img");
while($row = mysqli_fetch_array($result)){
$im...
asked by
07.12.2015 / 10:00