I have a PHP script in my Code Igniter application,
its run on server and fetch some data but its not running more than 2 minutes approx..
and when I run this without using code igniter its works properly..what may be the reason behind this?
I have a PHP script in my Code Igniter application, its run on server
Share
thanks @air4x its works . by setting set_time_limit(300) in the system/core/CodeIgniter.php
after setting this code script running well..