$query = "SELECT a b b....'" ;
$result = mysql_query($query) or die("Query fallita: " . mysql_error());
if (mysql_num_rows($result)>0) {
$riga = mysql_fetch_assoc($risultato)
if tuo controllo su $riga["nome_campo"]{
.........
}
}
$query = "SELECT a b b....'" ;
$result = mysql_query($query) or die("Query fallita: " . mysql_error());
if (mysql_num_rows($result)>0) {
$riga = mysql_fetch_assoc($risultato)
if tuo controllo su $riga["nome_campo"]{
.........
}
}
If you think your users are idiots, only idiots will use it. DropBox