Codice PHP:
$query =" SELECT * FROM foto WHERE nick = '$this' " ; $query2=mysql_query($query);
$a = 0; $sql= mysql_num_rows($query2);
if($sql == 0){echo"nessuna foto inserita";} else
{ $a == 0 ;
while($row = mysql_fetch_array($query2)){ $url = $row['foto'];
$id = $row['id'];
if($a == 0){echo"
[url='/show.php?id=$url&user=$this'][img]/$url[/img][/url]
$url</p>";$a == $a + 1;}
else
{echo"
[url='/show.php?id=$url&user=$this'][img]/$url[/img][/url]
$this</p>
";$a == 0;}
}
mysql_close($connex);}
questo tag dovrebbe mettermi le immagini in fila x 2 ma non funziona
dovè ke sbaglio