kne Posted June 22, 2010 Share Posted June 22, 2010 Hi, I am a newbie to the php. I wrote a basic code to ask the user to upload a file and i provide it to octave. Ideally, the octave generates an output file and i should provide it to the user for download. I tried running octave from php using "shell_exec('octave myfile.m')" and "exec('octave myfile.m')" too. But this does not run the octave. I need to know how i can run octave from PHP. I read about socket listen and socket create but i could not find any clear documentation on those. Can someone help me. Thanks in advance, Elan. Link to comment https://forums.phpfreaks.com/topic/205576-help-running-octave/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.