RE: [PHP-WIN] Re: PHP/IIS5/MSSQL shows CGI Header Error

2002-09-27 Thread Flint Doungchak
Does anyone know what the performance difference are for this method? What are the downsides for this method. Thanks, -Flint -Original Message- From: David Redmond [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 8:31 PM To: 'bmw'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re

php-windows Digest 28 Sep 2002 03:31:10 -0000 Issue 1360

2002-09-27 Thread php-windows-digest-help
php-windows Digest 28 Sep 2002 03:31:10 - Issue 1360 Topics (messages 16029 through 16046): Re: PHP/IIS5/MSSQL shows CGI Header Error 16029 by: CSA 16033 by: bmw 16046 by: David Redmond Re: Windows Include 16030 by: Brian McGarvie Re: Getting at addressbook

RE: [PHP-WIN] Re: PHP/IIS5/MSSQL shows CGI Header Error

2002-09-27 Thread David Redmond
Hi All, thanks for the feedback. The work around that we came up with was to use COM support and use the ADODB.Connection object. Fortunately, the code changes were pretty small since all DB connections are handled in one function. The pages have now run flawlessly for just over a day now which

Re: [PHP-WIN] Getting at addressbook information on an Exchange S erver...

2002-09-27 Thread CSA
Just about anybody who runs PHP on windows is going to be interested in this. Can you post this somewhere on the WWW? Like, say, sourceforge.net?? Could try and make it something bigger... CSA "Toby z" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > mmm if i ain

[PHP-WIN] Re: Message dialog box in php

2002-09-27 Thread Radovan Radic
It's ok . I got it. "Radovan Radic" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello > > PHP/JavaScript beginner's problem: > > I need to write PHP script with insert, update and delete options on it. > So i have three buttons, and action=$PHP_SELF. I have

[PHP-WIN] PHP4 isapi.dll not loading on IIS4

2002-09-27 Thread Nicholas Pappas
Hello all. I am trying to install PHP4 on IIS4, but am having some trouble. I had gotten PHP installed in the past, but can't remember what version (it was some time ago and the computer has been re-installed several times since). I follow the (very short) instructions

[PHP-WIN] Message dialog box in php

2002-09-27 Thread Radovan Radic
Hello PHP/JavaScript beginner's problem: I need to write PHP script with insert, update and delete options on it. So i have three buttons, and action=$PHP_SELF. I have to ask user if he is sure that he wants to delete one record. I guess i should use JavaScript. Anyone can help me? Thanks Radov

[PHP-WIN] Printer_write

2002-09-27 Thread Luis Moreira
    I am trying to write a document, and see that having multiple "printer_write" calls I get ONE LINE for each, instead of a page with the (desired)output.     Anyone ?       Thanks   Luis Moreira     -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

[PHP-WIN] (Solved) Re: [PHP-WIN] Re: header("location:...") through proxy?

2002-09-27 Thread Ignatius Reilly
Finally I solved the problem by using fopen( "http:remote_url", "wb" ) ; This actually behaves like a GET call, so appended variables can be passed to the remote script. Cheers Ignatius __ - Original Message - From: Ignatius Reilly To: Seairth Jacobs ; [EMA

Re: [PHP-WIN] mixing session management with ASP and PHP?

2002-09-27 Thread toby z
sessions alone took me 3 full days to get around with ... :) try this http://www.php.net/manual/en/ref.session.php good luck toby --- bmw <[EMAIL PROTECTED]> wrote: > I am interested in using PHP for a feature inside a > web application that is > already written with ASP and Javascript

RE: [PHP-WIN] Getting at addressbook information on an Exchange S erver...

2002-09-27 Thread toby z
mmm if i aint 2 late ME TOOO :D thnx a mill toby --- Sichta Daniel <[EMAIL PROTECTED]> wrote: > Me too !! > > THX > > DS > > -Original Message- > From: Jody Cleveland > [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 2:46 PM > To: [EMAIL PROTECTED] > Subject: R

Re: [PHP-WIN] Re: header("location:...") through proxy?

2002-09-27 Thread Seairth Jacobs
Maybe you need to send the following header as well (before your line): header("HTTP/1.1 304 Found") -- --- Seairth Jacobs [EMAIL PROTECTED] "Ignatius Reilly" <[EMAIL PROTECTED]> wrote in message 012101c265f2$f3d24550$015a@server">news:012101c265f2$f3d24550$015a@server... I use the GET

[PHP-WIN] mixing session management with ASP and PHP?

2002-09-27 Thread bmw
I am interested in using PHP for a feature inside a web application that is already written with ASP and Javascript. I am not sure how to retrieve the session values passed when opening the PHP page. Any recommendations how best to do this? Javascript session code in ASP tags: Session("User_Logi

RE: [PHP-WIN] Getting at addressbook information on an Exchange S erver...

2002-09-27 Thread Sichta Daniel
Me too !! THX DS -Original Message- From: Jody Cleveland [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Getting at addressbook information on an Exchange S erver... Me too? Thanks! Jody Cleveland > -Original Mess

RE: [PHP-WIN] Getting at addressbook information on an Exchange Server...

2002-09-27 Thread Jody Cleveland
Me too? Thanks! Jody Cleveland > -Original Message- > From: Raceeend [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 9:00 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Getting at addressbook information on > an Exchange > Server... > > > Can you send that to me

[PHP-WIN] Re: PHP/IIS5/MSSQL shows CGI Header Error

2002-09-27 Thread bmw
I had similar problems with close to the same configuration and changed strategies completely by having the IIS server handle the header output. This was done by making the IIS server use the php DLL instead of the .exe as a CGI. My php files work fine now. It took some digging, but there is an in

[PHP-WIN] what do you think?

2002-09-27 Thread Arminas
about http://smanager.web1000.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Getting at addressbook information on an Exchange Server...

2002-09-27 Thread Raceeend
Can you send that to me too? regards, Martijn M.B. wrote: > I must say, I'm interested too. > > M.B. > > "Ernani Joppert Pontes Martins" <[EMAIL PROTECTED]> schreef in > bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >>I have made a com+ module in php that uses CDO (Collaboration Data

[PHP-WIN] Re: Windows Include

2002-09-27 Thread Brian McGarvie
you need to define the variable in the globals super array... to define a 'global' that you can use later you must; $var = 'value'; global $var; "Jason" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can anyone help me? > > When i use the following include f

[PHP-WIN] Re: PHP/IIS5/MSSQL shows CGI Header Error

2002-09-27 Thread CSA
Check if you have installed PHP in a folder to which only the administrator has access to. (Either PHP or the application that is calling PHP.) Regards, csaravind "David Redmond" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi All, > I am just wondering if an