I need to show all the rows in the page, I will try adding
define(‘WP_MEMORY_LIMIT’, ‘128M’);
to my wp-config.php
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