Ask a Question related to PHP Development, Design and Development.
-
Andy Fraser #1
Re: My PHO code times out after 30s
Ted Pottel uttered the immortal words:
It's supposed to. The manual and docs at php.net are very useful:> I wrote some php code to read in news gfroup information. I do the
> folling to run it
> php readnews.php -r
> It stops after 30 seconds. Can I turn off the timeout feature??????
[url]http://uk2.php.net/manual/en/function.set-time-limit.php[/url]
Failing that you'll have to change php.ini if you're allowed.
--
Andy.
Andy Fraser Guest
-
Why doesn't the Code Completion occur in FlexBuilder IDEwhen source code is in an external file?
I am seperating my .as from the MXML by using the following in my file.mxml: <mx:Script source="file.as"> When I edit file.as, the code... -
ASP classes, code included multiple times - how to avoid?
I'm writing an ASP application and have a noob question... I have a class that access an MS SQL database. I have another class also accesses an... -
Custom control fires event but ignores some code in the code behind file
I do not quite understand the question. I will merely point out that most programming problems happen for a reason. Code works the way it is... -
Custom tool warning: DiscoCodeGenerator unable to initialize code generator. No code generated.
I created a brand new WebService (HelloWorld) and when I attempt to add this WebService to a WindowsForm project I get the following error message in... -
Security problem with Managed Code calling Unmanaged Code in a Web Page
Hello, I have a web page which contains an ActiveX control (unmanaged) and a Windows Forms User Control (managed). Both reside on a web page and... -
Ted Pottel #2
My PHO code times out after 30s
Help,
I wrote some php code to read in news gfroup information. I do the folling
to run it
php readnews.php -r
It stops after 30 seconds. Can I turn off the timeout feature??????
Ted Pottel Guest



Reply With Quote

