How to set time execution PHP

Some php script need more 30 second for execute you can set limit time using code

set_time_limit(int second ) before php code.

Leave a Reply