Re: [PHP-WIN] the PHP can't work on IIS5..

2001-07-20 Thread Dennis
Delol, the right code of php is ",but "".namely,you write error. in a commence,you can only write to test the php. Dennis "Delol" <[EMAIL PROTECTED]> wrote in message 9hl9ss$fqn$[EMAIL PROTECTED]">news:9hl9ss$fqn$[EMAIL PROTECTED]... > Hi ALL: > when i test whether the PHP work or not with

[PHP-WIN] Error checking on fopen, file

2001-07-20 Thread Paul Smith
Hi. I've written a site that works with files a lot. I want to provide some sort of error catching so I'm thinking of putting each fopen and file in an if statement like this: if (fopen("file","r")) { // do code with file } Should I do this for *all* calls to fopen and file? Or just some

Re: [PHP-WIN] oracle

2001-07-20 Thread Marisol Díaz E.
I provided the 2 forms, but it don't work. - Original Message - From: "Randall Barber" <[EMAIL PROTECTED]> To: "Marisol Díaz E." <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 4:57 PM Subject: Re: [PHP-WIN] oracle > Escape the \ with \\ like so, > > $lugar="D:\\Oracle"; > $bdd="oran

[PHP-WIN] application page

2001-07-20 Thread Francois Allard
Good morning i'm actually working on converting some cold fusion page into php. I have a questions, in cold fusion there is a page call application.cfm that is call at the beginning of every cold fuaion page. Is there any similar page in php ??? Thanks everybody Francois Allard Visicom Media

Re: [PHP-WIN] Re: Password Protection

2001-07-20 Thread Erin's Fan Club
According to the PHP manual, using ':' and end if etc is a correct way but I mistakenly used both the ':' syntax and curly brackets! Okay, so I got caught up in some M$ programming and had a mad moment. So it should have read; Sorry if I confused anyone! Regards EF - Original Message

[PHP-WIN] oracle

2001-07-20 Thread Marisol Díaz E.
Hi, I'm working with php4 and oracle in windows2000, I have problems with this variables. $lugar="D:\Oracle"; $bdd="orant"; PutEnv("ORACLE_SID=$bdd"); PutEnv("ORACLE_HOME=$lugar"); It don't work, I don't know what is the value of $lugar. Thanks. Marisol

[PHP-WIN] problems with fwrite

2001-07-20 Thread Hugo Alexandre A. S. Dias
Hi I have a problem. I need to generate XML with PHP and for that i use the PHP as scripting called in the command prompt and in the future in the scheduled tasks. When i run my scripts in the web they work just fine, but when i run it in the command prompt the characters with accents don't appea

php-windows Digest 20 Jul 2001 17:38:21 -0000 Issue 661

2001-07-20 Thread php-windows-digest-help
php-windows Digest 20 Jul 2001 17:38:21 - Issue 661 Topics (messages 8408 through 8420): Persistent connections: To choose or Not? 8408 by: Ventsyslav Vassilev 8409 by: Rasmus Lerdorf 8410 by: Ventsyslav Vassilev Re: Help with index.php directory requests 84

[PHP-WIN] MDAC 2.6?

2001-07-20 Thread Erik H. Mathy
Hi Folks! It's been awhile since I've been on this list. So, of course, now that I'm back I've got a real good one for you. (Note: I did search the list archives. No real explanation or answers were found.) MDAC 2.6...has anyone else experienced serious problems with it? In order

RE: [PHP-WIN] Problems with German Umlaut

2001-07-20 Thread Michael Rudel
Hi Thomas, I think there are two possible ways: 1.) Get the SQL-2k-Server to work with the right char-encoding (iso-8859-1), but I don't know if this is possible on the SQL-2K-Server ?! 2.) Mask the German Umlaut. You can use urlencode() from PHP when inserting new entries and urlde

Re: [PHP-WIN] Windows 2000 Advanced server trying to do a - header("WWW-Authenticate: Basic realm=\"Admin\"")

2001-07-20 Thread Phil Driscoll
On Thursday 19 July 2001 07:39, pmt_2k wrote: > im trying to get ie to throw up a www-authenticate box for username / > password input. im running windows 2000 advanced server and php 4.0 > the code im using (trying to anyway) > > if (!isset($PHP_AUTH_USER)) > > Header("WWW-Authenticate: Basic r

[PHP-WIN] Verisign pfpro functions in Windows environment ... newbie ...

2001-07-20 Thread Robert Dyke
Hi ... I'm trying to connect to Verisign Payflo Pro on my home development machine. I've loaded the PHP4 binaries (4.0.6), but when I try to use the pfpro function (which was cut and pasted from the php.net documentation), I get the following error: Fatal error: Call to undefined function: pfpro

[PHP-WIN] Problems with German Umlaut

2001-07-20 Thread Thomas Feucht
Hi all, I tried to access an SQL Server 2000 with PHP+Apache under Windows 2K (all on the same machine). Connection was successful and SELECT statements gave the proper data back. But: The German Umlauts appeared like binary data. Can anyone help me please? Thanks a lot, Thomas -- PHP Wind

[PHP-WIN] timer function ?

2001-07-20 Thread Pim van Yperen
hello all, I'm looking for a timer-function that can make my PHP function wait for some time. Does such a function excist? thanks in advance, Pim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP-WIN] ...misbehaved by not returning a complete set of HTTP headers

2001-07-20 Thread Phil Driscoll
have you ticked the 'check file exists' box in your script mappings? -- Phil Driscoll -- 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]

Re: [PHP-WIN] IIS situation - php as an ISAPI

2001-07-20 Thread Phil Driscoll
The ISAPI version of PHP is not stable. Switch to the cgi version. -- Phil Driscoll -- 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] Re: Help with index.php directory requests

2001-07-20 Thread Ventsyslav Vassilev
Xmm, my IE6, for example, automaticly adds the last slash in address bar. Try to set up 2 different virtual directories - one with the slash and one without it - both pointing to the same physical folder. "Michael Kelley" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECT

Re: [PHP-WIN] Persistent connections: To choose or Not?

2001-07-20 Thread Ventsyslav Vassilev
PHP as an Apache module "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > CGI, Apache or ISAPI version of PHP? > > On Fri, 20 Jul 2001, Ventsyslav Vassilev wrote: > > > Recently i have faced the following issue: > > I have a site running Apache 1.

Re: [PHP-WIN] Persistent connections: To choose or Not?

2001-07-20 Thread Rasmus Lerdorf
CGI, Apache or ISAPI version of PHP? On Fri, 20 Jul 2001, Ventsyslav Vassilev wrote: > Recently i have faced the following issue: > I have a site running Apache 1.3.19 under Windows 2000 pro/PHP 4.0.6./Oracle > 8i > After a little load Apache crashes with ORA-00020 error - maximum number of > Or

[PHP-WIN] Persistent connections: To choose or Not?

2001-07-20 Thread Ventsyslav Vassilev
Recently i have faced the following issue: I have a site running Apache 1.3.19 under Windows 2000 pro/PHP 4.0.6./Oracle 8i After a little load Apache crashes with ORA-00020 error - maximum number of Ora connections exceeded. This problem seems to be faced very often by other people. Limit in ora.r