Help me please! I retrieved the listing on my system from the database. But until this error appears: it has a thousand listings:
Fatal error: maximum run time exceeded by 30 seconds
This code is from my htaccess
php_value max_execution_time 3000 php_value upload_max_filesize 512M php_value post_max_size 512M php_value memory_limit 256M php_value set_time_limit 0
How can i solve this? I use PHP and MYSQL.
php mysql .htaccess
Alyssa Reyes Apr 09 '13 at 13:59 on 2013-04-09 13:59
source share