ciao a tutti,
ricevo un'errore
a tutte due le linee in bold....codice:Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result
codice:$query_preventivo = "SELECT * FROM preventivi WHERE utente = '$utente'"; if(mysql_query($query_preventivo, $connessione) or die(mysql_error())) { $row_query_preventivo = mysql_fetch_assoc($query_preventivo); $totalRows_query_preventivo = mysql_num_rows($query_preventivo); }
:master: