Re: How to get PHP function status?
- From: "badar.waqas@xxxxxxxxx" <badar.waqas@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 00:18:25 -0800 (PST)
On Nov 30, 12:36 pm, SeanInSeattle <WakieWa...@xxxxxxxxx> wrote:
So, I'm compiling XML strings within a function, when passed the type
of XML file to create. My question is, how do i query the status of
that function so that I can show a "XML File Loading, Please Wait."
notice on my web site while the XML file is being created.
Any help is appreciated!
Use a session variable in which you store the current operation or
progress.On client either use ajax or frame to read that session
variable after specific interval.
.
- References:
- How to get PHP function status?
- From: SeanInSeattle
- How to get PHP function status?
- Prev by Date: Re: How to open and read "feed:" in PHP?
- Next by Date: Re: problem with fmod()
- Previous by thread: How to get PHP function status?
- Next by thread: &$ in functions
- Index(es):
Relevant Pages
|