[PHP] Executing graphical application (linux)

2001-09-11 Thread Chris Lambert


Is it possible to execute a graphical application using exec() or one of the 
related commands?

I have tried running it directly and from an external script but neither 
work.


Thanks,


-- 
Chris Lambert
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Executing graphical application (linux)

2001-09-11 Thread nayco

have you tried with specifiing th e display to use 

 something like EXEC (my_app --display 0:0)

well  this may be possible, everything is possible with a keyboard and
many imagination ;~p


(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr


- Original Message -
From: Chris Lambert [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 11, 2001 10:33 AM
Subject: [PHP] Executing graphical application (linux)



 Is it possible to execute a graphical application using exec() or one of
the
 related commands?

 I have tried running it directly and from an external script but neither
 work.


 Thanks,


 --
 Chris Lambert
 [EMAIL PROTECTED]

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Executing graphical application (linux)

2001-09-11 Thread Chris Lambert

[EMAIL PROTECTED] (Nayco) wrote in
017601c13a9d$f3614840$0100a8c0@p2333:">news:017601c13a9d$f3614840$0100a8c0@p2333: 

 have you tried with specifiing th e display to use 
 
  something like EXEC (my_app --display 0:0)
 
 well  this may be possible, everything is possible with a keyboard
 and many imagination ;~p
 

Yes, I have set the display (although from a shell script rather than
using parameters.

Thanks,

-- 
Chrisa Lambert
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Executing graphical application (linux)

2001-09-11 Thread nayco

well, I don't know if that's possible .
you're writting a local admin application with PHP 
(I mean, this script is used on the local machine, not through the network
???)

I think there should have a way to get this to work 


(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr


- Original Message -
From: Chris Lambert [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 11, 2001 10:50 AM
Subject: Re: [PHP] Executing graphical application (linux)


 [EMAIL PROTECTED] (Nayco) wrote in
 017601c13a9d$f3614840$0100a8c0@p2333:">news:017601c13a9d$f3614840$0100a8c0@p2333:

  have you tried with specifiing th e display to use 
 
   something like EXEC (my_app --display 0:0)
 
  well  this may be possible, everything is possible with a keyboard
  and many imagination ;~p
 

 Yes, I have set the display (although from a shell script rather than
 using parameters.

 Thanks,

 --
 Chrisa Lambert
 [EMAIL PROTECTED]

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]