Symeon,

Nice.  Since exec is used, your U2 server must also be your web server, 
right?  In our environment here, the U2 server is a different machine than 
the web server.  I wonder, is there and rexec equivalent in PHP and has 
anyone done this remotely?
 
> $udtCmd="LANG=en_US.UTF-8;export LANGcd 
/usr/ud/accounts/$account;/usr/ud71/bin/udt RUN $BP $prog";
> $result = array();
> exec( $udtCmd, &$result);
> foreach ( $result as $v )
> {
>   if (substr($v,0,6)=="!stat="){
>     $stat=substr($v,6,10);
>   }
> }


Charles Shaffer
Senior Analyst
NTN-Bower Corporation
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to