e come... non capisco

se if posso fare cosi
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); 
ma con if... come lo metto....


grazie mille