php-windows Digest 28 Dec 2003 01:06:37 -0000 Issue 2059

2003-12-27 Thread php-windows-digest-help
php-windows Digest 28 Dec 2003 01:06:37 - Issue 2059 Topics (messages 22431 through 22433): Re: imagecopyresampled question 22431 by: Bobo Wieland Re: IIS metabase control, COM/DCOM problems 22432 by: Frank M. Kromann 22433 by: Andrew Séguin Administrivia: To subsc

Re: [PHP-WIN] IIS metabase control, COM/DCOM problems

2003-12-27 Thread Andrew Séguin
Thank you for your reply... I had seen only php_iisfunc.dll very quickly from my googling, but no info on it. Now that I realise what it is, it will save me quite a bit of trouble (and I'll get by, I hope, on the method declarations/source). Thank you for developing the extension and more for letti

Re: [PHP-WIN] IIS metabase control, COM/DCOM problems

2003-12-27 Thread Frank M. Kromann
There is an extension in PECL (iisfunc) that hnadles this directly. It works with both PHP4 and PHP5 - Frank > I'm trying to build a few PHP scripts to administer my IIS server, and I > have a problem/difference in output in the COM support from PHP 4.3.4 to > php 5b3. > > I'm running php 4.3.4

Re: [PHP-WIN] imagecopyresampled question

2003-12-27 Thread Bobo Wieland
Thanks for your replay. The C-programing article was interesting. However; my problem was much simpler then I first thought. Here is the code I've written: //$imgurl is the uploaded file //$name is the new name for the image //$cor_x is the x coordinate in the original image where the thumb sho

php-windows Digest 27 Dec 2003 10:43:46 -0000 Issue 2058

2003-12-27 Thread php-windows-digest-help
php-windows Digest 27 Dec 2003 10:43:46 - Issue 2058 Topics (messages 22427 through 22430): Re: imagecopyresampled question 22427 by: Bobo Wieland 22430 by: Svensson, B.A.T. (HKG) PHP 4.3.4 And Netscape ES 6.1 Eval Version 22428 by: samlii IIS metabase control, COM/

RE: [PHP-WIN] imagecopyresampled question

2003-12-27 Thread Svensson, B.A.T. (HKG)
If I understand your problem correctly, you want to make a thumbnail out of a subpart of a picture? Is this correct? In the case you just want to create a thumbnail of a picture you might like to have a look at these functions: * exif_thumbnail() * getimagesize(); If you want to create a thum