Hello,
I'm on win98/PWS with php v4.04. I've changed the installation from isapi to CGI. Followed the installation to the T from the PHP manual. I'm doing a system call to an external program ( saxon - xslt parser ) from within a .php file - $htmlstream=system("C:\saxon\saxon.exe -a c:\inetpub\wwwroot\matchday\index.xml"); I'm then echoing $htmlstream. It works the first time except the server processing goes on infinately after page rendering (ie the blue server processing bar indicator, along the bottom line of the browser in IE ). After stopping the processing and refreshing the page, it only partially renders the page the 2nd time, with the processing going on indefinately again, post system call.
How can I make this infinate post page rendering, processing on the server stop once the system call is complete and the page has been rendered ?
Thanks in advance