Posted by Erik Kullberg on 07/06/07 11:06
I need to run a piece of FORTRAN code (to use a LAPACK routine) in a PHP
script. It should be possible by use of "shell_exec", but I have never used
that and I cannot figure out how it works.
The FORTRAN code has to be compiled and linked on my local PC, I guess
(where else?). Can I expect that linked code to work on the external
internet server as well as in my local PC based server?
I would appreciate a step by step example of a php script with an
appropriate shell_exec call.
/ Erik
[Back to original message]
|