[PHP-WIN] Virtual Host Problem - WinXP Home, Apache 1.3.31, PHP 4.3.8

2004-09-07 Thread operationsengineer1
Hi all, i'm having trouble getting virtual hosting to recognize subdirectories of my root directory. i go over my phpini, hosts and httpd.conf file additions/edits and then i discuss the unexpected results that i'm getting. tia for any suggestions to get back to the land of the expected. PH

[PHP-WIN] Re: Windows, Apache, and PHP

2004-09-07 Thread DvDmanDT
If you don't have php4apache.dll, then you probably don't have php at all.. Or you could have php5 which is called php5apache.dll.. Or did you run the installer? I suggest you read the manual at php.net and the installation instructions there.. Also, be sure to install PHP using the zip file.. php

RE: [PHP-WIN] Re: NT username detectable?

2004-09-07 Thread Gryffyn, Trevor
I jumped a little too quick. I found this on MS's site: http://support.microsoft.com/default.aspx?scid=kb;en-us;188717 I'm going to ask them to take a look into that. Thanks again! -TG > -Original Message- > From: Gryffyn, Trevor > Sent: Tuesday, September 07, 2004 2:14 PM > To: [EMAI

[PHP-WIN] PHP and Java

2004-09-07 Thread Kelly Cookson
I learning PHP and have two test environments set up. My home environment runs PHP5 as an Apache 1.3 module on a Windows Me machine. My work environment runs PHP5 as an Apache 1.3 module on a Windows 2000 machine. Both machines have their CLASSPATH variables set to include a directory with Java cla

RE: [PHP-WIN] Re: NT username detectable?

2004-09-07 Thread Gryffyn, Trevor
Thanks for the response, Manuel. Yeah, "LOGON_USER" doesn't show up in PHP or ASP. It's been a while since I've done any IIS admin and I don't have direct access to the server setup (and want to minimize the amount of pestering to our IT staff). Can someone give me a checklist of things that sho

Re: [PHP-WIN] Re: NT username detectable?

2004-09-07 Thread Manuel Lemos
Hello, On 09/07/2004 11:45 AM, Trevor Gryffyn wrote: I put in a request to have the Windows Integrated Authentication enabled on the web server that runs my PHP scripts at work here. Just got a note back saying that the task was completed, but I still don't see LOGON_USER in the _ENV or _SERVER (o

RE: [PHP-WIN] Windows, Apache, and PHP

2004-09-07 Thread Gross, Dennis
Thank you so much for the help. What do you mean by getting Apache running? I've been clicking on an icon in my Start Menu that says Start Apache in Console. I then get the error message; there is no place to type in localhost. I installed PHP as a direct subdirectory of C:\, although I did inst

Re: [PHP-WIN] Windows, Apache, and PHP

2004-09-07 Thread operationsengineer1
dennis, the first step is to get apache running. did you do that? did you test it by typing in "localhost" and getting the apache page? i also found it easier t install apache to the c:\ so that the path ends up being c:\apache. The default includes "Program files" in the path and I think th

[PHP-WIN] Windows, Apache, and PHP

2004-09-07 Thread Gross, Dennis
Hi. I am trying to install Apache and PHP on a desktop running Windows XP. This is a test site, I am not interested in a live site yet. When I try to run Apache, I get the message that the system could not find the php4apache.dll. This is a line in the httpd.conf file, but there is no php4apache

RE: [PHP-WIN] Re: NT username detectable?

2004-09-07 Thread Gryffyn, Trevor
I put in a request to have the Windows Integrated Authentication enabled on the web server that runs my PHP scripts at work here. Just got a note back saying that the task was completed, but I still don't see LOGON_USER in the _ENV or _SERVER (or anywhere in phpinfo). Does anyone know if there is

RE: [PHP-WIN] Re: WELCOME to php-windows@lists.php.net

2004-09-07 Thread Gryffyn, Trevor
I havn't worked with the code side of Squirrelmail (only the user side) but just a guess, check the variables and such being used on line 104. I'm guessing that one of them is null (value == "" or something). Probablems like this usually occur when the command wants certain information to be able t

[PHP-WIN] RE: Help required for developing word reports.

2004-09-07 Thread Gryffyn, Trevor
I think this link was posted before/already: http://www.phpbuilder.com/columns/yunus20031124.php3 If you have to generate a Word document from PHP, your best bet is to use COM connectivity to talk directly to Word. You also might check into some Word VBA pages. Once you figure out how to perfor