Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. For Loop Stops Functioning Once Reach 800 Round [closed]
  2. <?php
  3.  
  4. //This sets the timeout in seconds
  5. set_time_limit(0);
  6.  
  7. // YOUR CODE HERE
  8.  
  9. //After you're done, you should probably reset your timeout to 30 seconds again.
  10. set_time_limit(30);
  11.  
  12. ?>