Re: [PHP-WIN] PHP 4 Apache 2 and Windows XP

2002-09-03 Thread Rasmus Lerdorf
PHP is nowhere near any of the gear that affects this, so I can't see how PHP could possibly cause this. Sounds like the dyndns lookup isn't always working. Try manually looking up your dyndns address and see if you always get the right ip. -Rasmus On Tue, 3 Sep 2002, Matt Carlson wrote: > I

[PHP-WIN] PHP 4 Apache 2 and Windows XP

2002-09-03 Thread Matt Carlson
I cant figure out whether this is a PHP problem, apache problem or the board that im using. I am posting this to each respective place. I am using dyndns's services, and heres the problem If I access my website through localhost or the ip of the internal machine, there is no problem. But when

Re[2]: [PHP-WIN] COM and Word, how?

2002-09-03 Thread David Tod Sigafoos
Hello Michelle, Sorry .. I don't see my reply from earlier today .. Yes .. those are my specific settings. Tuesday, September 3, 2002, 5:33:13 AM, you wrote: >> this worked on my test system .. >> >> win2k sp2, >> apache 1.2.34 >> php 4.2.2 M> When you print out phpinfo(), does the COM settin

php-windows Digest 4 Sep 2002 03:00:59 -0000 Issue 1322

2002-09-03 Thread php-windows-digest-help
php-windows Digest 4 Sep 2002 03:00:59 - Issue 1322 Topics (messages 15653 through 15658): image archieve 15653 by: kivanc urgancioglu Re: Best environment for PHP on Windows 15654 by: Brian 'Bex' Huff Re: MSSQL trouble: ansi_nulls? 15655 by: David Hollister Re: C

[PHP-WIN] Problems browsing PHP files

2002-09-03 Thread Skeepa
Hi, I've just installed PHP 4.2.2 + Apache 1.3.26 over Windows 2000, but I can't see any php files in my browser. Apache works fine. Errors: - Running Apache on port 80, a blank screen appears. - Running Apache on port 8080, the browser tries to download de php file ("save as" dialog box appears)

[PHP-WIN] IIS 3 Install

2002-09-03 Thread Kerry Kobashi
Ok so I downloaded the windows PHP version onto my IIS3 NT4 Server system... Ran the installation program created a simple hello world program... then did a localhost/hello.php and nothing came up except a HTTP 404 error... Any thoughts/suggestions? -- PHP Windows Mailing List (http://ww

[PHP-WIN] Re: Can't Download PHP

2002-09-03 Thread Kerry Kobashi
I had problems too.. If you click on their download links, sit and wait for about 10 minutes... the save as dialog box comes up and you will be able to download.. "Sperry Russ" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I am new to PHP and wan

RE: [PHP-WIN] MSSQL trouble: ansi_nulls?

2002-09-03 Thread David Hollister
Did you get a response on this? I only know that this setting has to do with the NULL standards (queries either equate NULL to false or equate NULL to a value of NULL). Is there some further interpretation of NULL contained within your connection method? - most definitely! Query Analyzer impl

[PHP-WIN] Re: Best environment for PHP on Windows

2002-09-03 Thread Brian 'Bex' Huff
Curious... Id like to know why you suggest CGI over SAPI for Apache... its more stable, but less fast. If you're looking for speed, I believe the suggested method is SAPI with Apache. It should be noted that Apache 1.3 isn't as fast as IIS 5.0 on Win2k boxes. If performance is a primary goal

[PHP-WIN] image archieve

2002-09-03 Thread kivanc urgancioglu
Hi Friends, I had to write php scripts in windows for intranet..The server for php will be apache server.The project is about searching image and text files in the server on LAN and copy them to a directory in a PC on LAN and insert the names of those files into mysql db.My problem:how can I inse

php-windows Digest 3 Sep 2002 12:41:02 -0000 Issue 1321

2002-09-03 Thread php-windows-digest-help
php-windows Digest 3 Sep 2002 12:41:02 - Issue 1321 Topics (messages 15643 through 15652): Re: Multiple recipients with mail(); 15643 by: Dallas Thunder Re: COM and Word, how? 15644 by: Dallas Thunder 15645 by: Scott Carr 15649 by: David Tod Sigafoos

Re: [PHP-WIN] COM and Word, how?

2002-09-03 Thread Michelle
> this worked on my test system .. > > win2k sp2, > apache 1.2.34 > php 4.2.2 When you print out phpinfo(), does the COM setting look like this? COM: Directive, Local Value, Master Value com.allow_dcom, Off, Off com.autoregister_casesensitive, On, On com.autoregister_typelib, Off, Off com.autoreg