ciao a tutti,

ricevo un'errore
codice:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result
a tutte due le linee in bold....

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: