RE: [PHP-WIN] HELP! Image manipulate over the WEB

2001-09-11 Thread Daniel Reichenbach
> Thanks. > But it seems that the imagemagic is more focus on the commandline > not the WEB. Yes, it is. But you can call it thru PHP's passthru command. This way is better if you have large numbers of images you want to process. Daniel -- PHP Windows Mailing List (http://www.php.net/) To un

[PHP-WIN] is it bug ?

2001-09-11 Thread sur-php
Hello php-windows, for example.. look at this simple script.. it returns 3.28007 it must return 3.28 does anyone know what is problem.. i know that number_format function can ne used here... but i want to know that

php-windows Digest 12 Sep 2001 02:11:23 -0000 Issue 750

2001-09-11 Thread php-windows-digest-help
php-windows Digest 12 Sep 2001 02:11:23 - Issue 750 Topics (messages 9314 through 9324): HELP! Image manipulate over the WEB 9314 by: Gu Weidong-a1923c 9315 by: Martin Lindhe 9316 by: Daniel Reichenbach 9318 by: David Elliott 9324 by: Gu Weidong-a1923

RE: [PHP-WIN] HELP! Image manipulate over the WEB

2001-09-11 Thread Gu Weidong-a1923c
Thanks. But it seems that the imagemagic is more focus on the commandline not the WEB. -Original Message- From: Daniel Reichenbach [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 9:05 PM To: Php-Windows Subject: RE: [PHP-WIN] HELP! Image manipulate over the WEB > Does a

[PHP-WIN] Strange error in MS-SQL result set

2001-09-11 Thread Christoph Grottolo
Hi I experience a very strange behaviour of the mssql extension: the resultset of any SELECT statement gives the correct number of rows and of fields, but I can't fetch the contents of all fields with INT datatype, these fields are empty in the result array (but they exist). All other fieldtypes

[PHP-WIN] fopen using a share

2001-09-11 Thread Hans Breitenfellner
is there a way to use fopen() on a share? $fp = fopen( '\\10.1.0.1\c$\folder') results a error. If i try the same from the explorer, it works well. Hans -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP-WIN] ImageTTFBBox

2001-09-11 Thread Claus Bloch
Hi I get an error :: Could not find/open font . My the font is locating at the same dir as the file/string that call it: ImageTTFBBox($ttf_size,0,'DRAGONW.ttf',$show_txt); Is the setup of php wrong or what??? If you can help me i bee happy Claus Bloch [EMAIL PROTECTED] -- PHP Windows Ma

Re: [PHP-WIN] mail problem with php as cgi

2001-09-11 Thread Angie Tollerson
Jack, I'm not 100% sure, but I think on windows you have to have the sendmail_path defined. You mentioned it's commented out. Can anyone confirm that? That's what I seem to recallsorry! Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Jack" <[EMAI

[PHP-WIN] mail problem with php as cgi

2001-09-11 Thread Jack
Hi! I've installed php as cgi (so not as apache module) using cygwin. It works fine except that mail() send to I-don't-know-where. My php.ini is fine with smtp=localhost (I do have a server), sendmail_from= me@localhost, and sendmail_path commented out. But when running phpinfo, I get path to sen

Re: [PHP-WIN] HELP! Image manipulate over the WEB

2001-09-11 Thread David Elliott
Hello Gu On 11 September 2001 at 18:50:39 +0800 (which was 11:50 where I live) Gu Weidong thoughtfully wrote the following GWa> Does anyone know how to rotate and zoom the image over the WEB? Or any GWa> plugin can do this? Take a look at http://www.mnetwork.co.uk/aircraft/558/XH558.html. --

[PHP-WIN] Aray problems...

2001-09-11 Thread Andrew.Martin
I am I missing something or. I have a table category in which there will be three level (possibly more), I uses ID and parent_id to distinguis between the levels. All values with parentid = 0 are top level categories, those with a parent id = id of another value are child values of that pare

RE: [PHP-WIN] HELP! Image manipulate over the WEB

2001-09-11 Thread Daniel Reichenbach
> Does anyone know how to rotate and zoom the image over the > WEB? Or any plugin can do this? Try using ImageMagick http://www.imagemagick.org/ Works out to be a good solution. Better than GD I'd say. Daniel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

RE: [PHP-WIN] HELP! Image manipulate over the WEB

2001-09-11 Thread Martin Lindhe
> Does anyone know how to rotate and zoom the image over the > WEB? Or any plugin can do this? > Check out the GD functions: http://www.php.net/manual/en/ref.image.php resizing: http://www.php.net/manual/en/function.imagecopyresized.php Rotating i didnt find any info on, never used this mysel

[PHP-WIN] HELP! Image manipulate over the WEB

2001-09-11 Thread Gu Weidong-a1923c
Does anyone know how to rotate and zoom the image over the WEB? Or any plugin can do this? Thanks, Weidong Gu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

php-windows Digest 11 Sep 2001 09:58:04 -0000 Issue 749

2001-09-11 Thread php-windows-digest-help
php-windows Digest 11 Sep 2001 09:58:04 - Issue 749 Topics (messages 9307 through 9313): Re: tutorials 9307 by: leo g. divinagracia iii 9311 by: George Pitcher Re: Closing Excel using DCOM and Release() 9308 by: Alain Samoun 9312 by: jeff.waldock.blueyonder.

Re: [PHP-WIN] mysql statment

2001-09-11 Thread Brad Thomas
"Angie Tollerson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Well, I've answered my own question! Apparently, you cannot use the addslashes function in the sql statement, not the way I am anyways. Does anyone know the proper way if any to do that without ha