Jump to content

Learning Area


Ninjakreborn

Recommended Posts

Ok I am rebuilding something from scratch.  I had 2 questions, is there anything I need to be concerned about when using a script that is going to be running for awhile.  Like a bot or something.
Should I always use
[code]
<?php
set_time_limit(-1);
?>
[/code]
At the top of the page when I am going to be doing something that is going to take the script awhile to finish, or using flush a lot.
Link to comment
https://forums.phpfreaks.com/topic/18666-learning-area/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.