Thanks a lot 🙂
Could you also show me some sample examples or sites how I could pass parameters to a perl script and ksh script through PHP exec
exec("demo_perl.pl ", parameter1, parameter2 ) ;
and
exec("test.ksh", parameter1, parameter2 ) ;
thanks