adesso una cosa e chiara , che la query risulta vuota
ho messo un controllo e mi da empty
Codice PHP:
        global $dbcore;
               
        
$tmpHTML "";

        
$array mysql_query($this->query);
        if(!
$array )
        exit(
"THE QUERY IS EMPTY");    
     else
        
$resultSet mysql_num_rows($array);    
        
$this->resultSet $resultSet 
perche?????????????