
FishMonger
Veteran
/ Moderator
Sep 7, 2012, 6:53 AM
Post #6 of 7
(54538 views)
|
Re: [hem] Browser waits for Perl script to exit before displaying prints
[In reply to]
|
Can't Post
|
|
I don't have a lot of experience with php. Personally, I hate it and only use it when required by my boss. If you read the user comments on php.net about the passthru() function you'll find postings from others with the same problem. Their recommendation was to use popen() instead of passthru(). I have not tried it myself, but it's worth a shot.
|