Re: [PHP] Long Execution Time - Safe Mode

2009-03-08 Thread Nitsan Bin-Nun
I don't know if it will work but it definitely worth's a shoot.. try to create a recursive call from your php page to the same php page, then in each call make let's say umm 10 edits, using this method you will probably be able to bypass the server's limitations, but I had never tested it so I

[PHP] Long Execution Time - Safe Mode

2009-03-05 Thread דניאל דנון
Hello. I have a script which updates some database by loading information from external websites. For example, it has a table of website addresses, and it updates their HTML source on the database. I am using cronjobs to activate the script every 8 hours. The problem is the server I am running my

Re: [PHP] Long Execution Time - Safe Mode

2009-03-05 Thread Chris
? wrote: Hello. I have a script which updates some database by loading information from external websites. For example, it has a table of website addresses, and it updates their HTML source on the database. I am using cronjobs to activate the script every 8 hours. The problem is the

Re: [PHP] Long Execution Time - Safe Mode

2009-03-05 Thread Dotan Cohen
2009/3/5 דניאל דנון danondan...@gmail.com: Hello. I have a script which updates some database by loading information from external websites. For example, it has a table of website addresses, and it updates their HTML source on the database. I am using cronjobs to activate the script every 8

Re: [PHP] Long Execution Time - Safe Mode

2009-03-05 Thread Chris
Firstly always cc the mailing list so others can add their own suggestions. Also please don't put your reply at the top, it makes it very hard to follow what's going on. Put it underneath or inline (put comments after mine and put more later on). ? wrote: Several problems

Re: [PHP] Long Execution Time - Safe Mode

2009-03-05 Thread haliphax
On Thu, Mar 5, 2009 at 4:14 PM, Chris dmag...@gmail.com wrote: Firstly always cc the mailing list so others can add their own suggestions. Also please don't put your reply at the top, it makes it very hard to follow what's going on. Put it underneath or inline (put comments after mine and