Hi,
may be someone can help me:
I want to use the exec() function to run an executable as background
process. This means my php script should not wait for the end of the
background process. I tried a lot but without success. My script always wait
for the end of the background process.
My php sc
Hi,
may be someone can help me:
I want to use the exec() function to run an executable as background
process. This means my php script should not wait for the end of the
background process. I tried a lot but without success. My script always wait
for the end of the background process.
My php sc
Hi,
thank you very much for help. I will try this solution.
Do you believe there is still a way to use the exec() function of PHP ?
regards,
markus weber
"J Wynia" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Mwct -
until the mysql process has finished. Does anybody know how I can run the
exec() command totally in the background on a WIMP system ? (I tried a lot
with "2>1&" and "cmd/c" etc.)
--
Please read this from [EMAIL PROTECTED]:
Mwct -
nia" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Mwct - Markus Weber wrote:
> > Hi,
> >
> > may be someone can help me:
> >
> > I want to use the exec() function to run an executable as background
> &