exec() not working
I have mentioned in my post that exec() is not working. Your link points to man pages of exec()
User Profile
Collapse
-
PHP exec() function
I am trying to call a Matlab file from PHP. I beleive that using exec() I can call the matlab file. But this does not work
I tried
exec('matlab -r sample');
I also tried the same with the system() , passthru() and still not working.
I tried to write a .bat file and put the command in .bat file and that did not work too.
Can anyone help me. This question is already present in the forum but no answers...
No activity results to display
Show More
Leave a comment: