Re: [PHP-WIN] capturing windows clipboard && sorry!

2002-05-11 Thread firepages
Hi, unfortunately I dont have a browser to provide javascript for me, the app is PHP-GTK && php shell scripts only. I almost have a solution in that I have been playing with getclip.exe which is part of cygwin, I can at this point run clipget via popen() and echo the clipboard, but so far only to

Re: [PHP-WIN] capturing windows clipboard && sorry!

2002-05-11 Thread Eduards Cauna
> > >My Q is how would (can I) capture the contents of the windows clipboard? > > >I have an app running on the client computer, they copy an image to the > > >clipboard.. - canI get it ? Think about JavaScript. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP-WIN] capturing windows clipboard && sorry!

2002-05-10 Thread firepages.com.au
]> Cc: "php hlp list" <[EMAIL PROTECTED]> Sent: Saturday, May 11, 2002 1:05 PM Subject: Re: [PHP-WIN] capturing windows clipboard && sorry! > Nope, not possible. PHP is NOT a client-side language. It's only server-side. > > -Mike > > At 12:55 P

Re: [PHP-WIN] capturing windows clipboard && sorry!

2002-05-10 Thread Mike Flynn
Nope, not possible. PHP is NOT a client-side language. It's only server-side. -Mike At 12:55 PM 5/11/02 +0800, you wrote: >1st off sorry for my time travelling computer - hopefully thats sorted now ? > >My Q is how would (can I) capture the contents of the windows clipboard? >I have an app run

[PHP-WIN] capturing windows clipboard && sorry!

2002-05-10 Thread firepages
1st off sorry for my time travelling computer - hopefully thats sorted now ? My Q is how would (can I) capture the contents of the windows clipboard? I have an app running on the client computer, they copy an image to the clipboard.. - canI get it ? if so any pointers on how would be much appreci