e come... non capisco
se if posso fare cosi
ma con if... come lo metto....Codice PHP:$query_preventivo = "SELECT * FROM preventivi WHERE utente = '$utente'";
$esegui = mysql_query($query_preventivo, $connessione) or die(mysql_error()))
$row_query_preventivo = mysql_fetch_assoc($esegui);
$totalRows_query_preventivo = mysql_num_rows($esegui);
grazie mille![]()

Rispondi quotando