|
||||||
| PHP Forum Use this forum to discuss all aspects of PHP Development. PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
| Sponsored Links |
|
|
|
|||||
|
Increase this value in your php.ini
max_execution_time = 30 It wasn't in my php.ini so in that case just add it. The 30 represents the amount of seconds it will wait.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
|
|||
|
Do you have control of your server? If not, most shared hosts put a very low limit on that number to make scripts friendlier to share.
If it is something you can't change, one workaround it is to break up whatever you are doing in segments so it does not timeout in any indivual segment. I know a few scripts that get around this problem by doing that. |
|
|||
|
Quote:
Yup, that is a good idea. You can limit the amount of data that is pulled at once and have << Prev and Next >> buttons to pull the next amount of data.
__________________
Code:
for (int i;;) {
cout << "Smith";
}
|
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP: Execution Time Function | Jordan | PHP Tutorials | 18 | Yesterday 02:07 PM |
| A time showing tutorial | ahsan16 | VB Tutorials | 1 | 01-10-2007 05:50 AM |
| Execution Time | smith | PHP Forum | 2 | 01-06-2007 04:46 PM |
| Time format | xXHalfSliceXx | HTML Programming | 0 | 12-10-2006 08:15 PM |
| Odd Timestamp | dirkfirst | C# Programming | 10 | 12-08-2006 05:40 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 97%