Execute a program from PHP and continue
Posted: Sun Aug 05, 2007 3:47 pm
Hi,
I'm trying to get a php script to execute a program on the server, which it does fine with exec or system, but it always waits for the program to return (i.e. exit) before it executes the rest of the php script. Is there a way to execute a program and then just continue? I really don't care what the program output is.
Thanks in advance for even reading this post!
== David
I'm trying to get a php script to execute a program on the server, which it does fine with exec or system, but it always waits for the program to return (i.e. exit) before it executes the rest of the php script. Is there a way to execute a program and then just continue? I really don't care what the program output is.
Thanks in advance for even reading this post!
== David