id like to use php to start a process running in the background. how can i do this with php? would something like exec('crawl &') work?
this is for a web-based file sharing program for windows networks. http://xhawk.net/netster/
thanks! -paul
Yes that would work.
doesnt seem to work... any other ideas?
it does work. any error messages?