XAMPP PHP EXEC function provides different output when executing from browser and CLI
I am working on project where i need to execute jar file with PHP, i am using php exec function to execute jar file, When i am executing my php script from browser i am getting expected output, but when executing from command line i am getting error “Unable to access jarfile wrapper.jar”.
PHP windows EXEC function differnt result when executing from browser and CLI
I am working on project where i need to execute jar file with PHP, i am using php exec function to execute jar file, When i am executing my php script from browser i am getting expected output, but when executing from command line i am getting error “Unable to access jarfile wrapper.jar”.