PHP exec, calling executable programs
Posted: October 13th, 2008, 20:52
Calling all PHP wizards:
i want a PHP script to be able to kick off an exe on the server it is running on. its running on apache on a windows 2003 server.
i have been fiddling with the exec() function to no avail so far.
the application doesn't have to return any variables to php, and may take time to run so the php processor shouldn't wait for it.
Does anyone know how to do it?
i want a PHP script to be able to kick off an exe on the server it is running on. its running on apache on a windows 2003 server.
i have been fiddling with the exec() function to no avail so far.
the application doesn't have to return any variables to php, and may take time to run so the php processor shouldn't wait for it.
Does anyone know how to do it?