RE: [PHP-WIN] Why i can't write to remote file ?

2001-11-28 Thread Gu Weidong-a1923c
Anyone can answer the question? I also meet this error. -Original Message- From: m.aprea [mailto:[EMAIL PROTECTED]] Sent: May 21, 2001 2:34 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Why i can't write to remote file ? Darren wrote: > > Hi Darren, > > > > i have tried omitting h

RE: [PHP-WIN] extensions and ini.Help.

2001-11-18 Thread Gu Weidong-a1923c
Copy gds32.dll to "winnt\system32" and try again. -Original Message- From: Jovanovic [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 7:47 AM To: php-windows-mailingList Subject: [PHP-WIN] extensions and ini.Help. Hi... Anyone got a clue for this piece of "bad luck"? I'm on wi

[PHP-WIN] Imagemagick Help

2001-09-28 Thread Gu Weidong-a1923c
Where I can get the binaries for the Imagemagick under WINNTor WIN2k? I download the ZIP from imagemagick.org but found it still needd to compile. Regards, Weidong Gu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

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] 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,

RE: [PHP-WIN] cosine and sin in PHP on Win2K & IIS 5

2001-06-19 Thread Gu Weidong-a1923c
Use cos(270/360*2*pi()) instead of cos(270). -Original Message- From: Bradley J Bristow-Stagg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 1:16 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] cosine and sin in PHP on Win2K & IIS 5 Hey guys, I am currently dabbling in a little

[PHP-WIN] How to fulfill REQUEST.QUERYSTRING()

2001-04-28 Thread Gu Weidong-a1923c
Want to know how to get the value of "START" from http://root/php.php?START="STARTSTRING"; ? I know it is easy to get it in ASP using REQUEST.QUERYSTRING("START"), but how do it in PHP? Thanks, Weidong Gu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

RE: [PHP-WIN] How to get the Option Value?

2001-04-27 Thread Gu Weidong-a1923c
I made one childish mistake. Sorry to bother you. Regards, Weidong Gu -Original Message- From: Gu Weidong-a1923c [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 1:55 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] How to get the Option Value? I try to create the dynamic

[PHP-WIN] How to get the Option Value?

2001-04-27 Thread Gu Weidong-a1923c
I try to create the dynamic list and want to get the selected value. But every time I got the '2001' whatever I selected from the list. Like to hear your advice. Thanks, Weidong ---

[PHP-WIN] Quick question about Apache+NT

2001-04-27 Thread Gu Weidong-a1923c
Does Apache only support CGI mode but not ISAPI on WINNT? Thanks Weidong -- 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, e-mail: [EMAIL PROTECTED]

[PHP-WIN] CGI & ISAPI mode problem

2001-04-24 Thread Gu Weidong-a1923c
OCI can work under ISAPI but not CGI. LDAP can work under CGI but not ISAPI. My configuration: PHP:4.0.2 OS:WIN4.0+IIS 4.0 Oracle Client:8.0.5 Any hints? Weidong Gu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-WIN] RE: Help on IIS4.0 +Oracle

2001-04-23 Thread Gu Weidong-a1923c
Thanks for your all information. Now I can get it under ISAPI but not CGI mode. Anyone knows the secret? Weidong Regards > -Original Message- > From: Gu Weidong-a1923c > Sent: Monday, April 23, 2001 2:54 PM > To: [EMAIL PROTECTED] > Subject: Help on IIS4.0 +Or

[PHP-WIN] Help on IIS4.0 +Oracle

2001-04-22 Thread Gu Weidong-a1923c
Is it must to have Oracle 8.1.6 client installed with IIS to access Oracle using OCI? I try to connect the database but got " _oci_open_server: ORA-12154: TNS:could not resolve service name" with 8.0.5 client installed. ( I can use the same TNS name to connect the DB in SQL*PLUS) Weidong Rega