RE: [PHP-WIN] How to copy from windows clipboard using PHP

2005-09-07 Thread Gonzalo MC
Hi, It is possible to do it using php_Win32Api calls. I'd rather attach you a php-gtk-general post with an example. It uses php4, php-gtk, and non-standard php_win32api... (Tom Rogers version with some plus functionality) Hi all, I've coded a GtkSheet copy&paste example for csv clipboard da

RE: [PHP-WIN] How to copy from windows clipboard using PHP

2005-09-07 Thread Murray @ PlanetThoughtful
> Would anyone know how to copy an image/screen shot from the Windows's > CLIPBOARD? I am trying to capture the clipboard content (image) populated > by the use of the PrintScreen button on the standard keyboard and storing > it in a MySQL database table field along with a key field. I then woul

RE: [PHP-WIN] IFRAME function call

2005-09-07 Thread Jiny wu
There is no parent or iframe concept in the server end. PHP functions can be called via include() or require directly. Jiny Wu -Original Message- From: Mazhar Bilen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07, 2005 2:30 PM To: php-windows@lists.php.net Subject: [PHP-WIN] IFRA