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
Add this in top of your php file
ini_set("max_execution_time", 0);