Hi I am trying to run an external program from the php using its exec() function. But its not executing the program I think the issue is with the apache security setting i.e its not allowing external requests to execute programs on the server. Can someone please guide me how I can enable these settings. Thanks
It would be in your PHP settings most likely.. check to see if safe_mode is enabled.. if it's not check the excluded functions to see if exec is listed.
Thanks man , but i have made sure tha safe mode is off and that none of the functions are listed in the excluded list. i am on the windows system, do you think this is causing some issues.