Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: php - execute external programs in the background  (Read 3338 times)

0 Members and 1 Guest are viewing this topic.

bensonby

  • Guest
php - execute external programs in the background
« on: June 25, 2007, 09:52:32 AM »
I would like to execute an external console application with parameters in the background in a php (i.e. the php will not wait for the completion of the program and it will continue to run)
I am using Windows vista with apache 2 and php 4.4.7

i search on the net and can only find info about linux or without parameters..
is it possible for my situation?