ok, I have this sentence in my template:
$wpdb->get_results(“SELECT * FROM h_hotels
WHERE CountryFileName=’italy’ GROUP BY CityName
“);
this query return 2000 rows, so the wordpress template crashed and I get a white screen
but if the query only return a few rows dont have any problem
please I need help