does anybody know how to configure IIS in order to call the system() function which tries to call an executable file...
system("C:/php/php.exe file.php"); does not seem to work...I am sure that all my paths are correct..
TX