I'm on a Sun system
Solaris environment
Apache web server
right now, I'm just trying to get the test script working. something like this:
Hi!
<?
//system( "/homes/mgurtova/public_html/DL/mikehup/mikehup /usr/fdlib/bin/cvsgui
&" );
//shell_exec( "/usr/fdlib/bin/cvsgui &" );
exec( "/usr/openwin/bin/xterm -e /usr/local/gnu/bin/ls" )
?>
Done!
The "Hi" and "Done" both print, but an xterm never opens
same with shell_exec and system
the goal of my program will not be to open an xterm, of course, but this is just for testing