Re: PHP eregi filtering problem

From: DXTrim (allso*nospam*_at_yahoo.com)
Date: 12/08/03


Date: Mon, 8 Dec 2003 15:36:04 +0100

Have you tried set_time_limit(0); on the function that parses the page?

Cheers,

DXTrim

"Purpleonyx" <purpleonyx@yahoo.com> wrote in message
news:20031206223221.59027.qmail@web11610.mail.yahoo.com...
> Greetings all, I ran into a problem today and was
> hoping someone could provide an answer.
>
> I am fetching a web page, and attempting to parse
> certain variables from it. I've done this plenty of
> times in the past with no problem. The only
> difference this time is the file that I am parsing is
> much larger. The HTML file is about 42kb in size
> (usually I only parse ~4kb worth). In the web
> browser, the script seems to just shut down, but
> reports no errors, not even to the web server logs.
> Is there some specific max size that it can accept or
> a setting in php.ini I need to modify?
>
> Thanks
>
>
>
> __________________________________
> Do you Yahoo!?
> Protect your identity with Yahoo! Mail AddressGuard
> http://antispam.yahoo.com/whatsnewfree



Relevant Pages

  • Re: Documentation manager?
    ... > Eh, something like javadoc, parses comments and then generates an html file ... Never heard of it Don't do beans. ...
    (microsoft.public.vb.general.discussion)
  • HTMLParser and write
    ... I want an example with parses and then writes the same html file (a fine test ... import sys ... from HTMLParser import HTMLParser ...
    (comp.lang.python)
  • Re: Documentation manager?
    ... Eh, something like javadoc, parses comments and then generates an html file ...
    (microsoft.public.vb.general.discussion)