Help please! I\'ve been retrieving listing in my system from database. But it has thousand listing until this error appear:
Fatal error: Maximum execu
you could extend the maximum execution time like this:
ini_set('max_execution_time', 0);
else edit your htaccess
php_value max_execution_time 0