php-windows Digest 18 Nov 2001 08:00:11 -0000 Issue 860

2001-11-17 Thread php-windows-digest-help
php-windows Digest 18 Nov 2001 08:00:11 - Issue 860 Topics (messages 10465 through 10470): PHP 4.06 - 1.3.22 (Win 98) Single user 10465 by: Bill Borum Re: [PHP] Apache 2.0.28 10466 by: Jobarr PHPDownload - platform differences? 10467 by: Emil Chow extensions and i

[PHP-WIN] Use sockets under windows

2001-11-17 Thread Walter Gyr
Hi I'm looking for a sample about sockets for windows NT. I want test the sample from manual bad doesnt work with Windows. I know that the window version has diffrent function names. ?php error_reporting (E_ALL); set_time_limit (0); $address = '192.168.1.2'; $port = 4711; if (($sock = socket_cre

[PHP-WIN] string comp error

2001-11-17 Thread xiaoyf
I have seen a program if ("320601780"=="320601782") { echo "ok"; } else { echo "not "; } it comp is ok. this is error ! (0==2) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-WIN] extensions and ini.Help.

2001-11-17 Thread Jovanovic
Hi... Anyone got a clue for this piece of "bad luck"? I'm on win2k pro + IIS5 +php4.0.6 cgi installation. It works fine untill I try to load php_interbase.dll extension and this is how it goes: "Unable to load dynamic library '...' - The specified procedure could not be found". Three points stand

[PHP-WIN] PHPDownload - platform differences?

2001-11-17 Thread Emil Chow
I have seen a program called PHPDownload that uses MySQL to store a download database. Since the script is no longer supported, I just have some general questions, being new to PHP and all. Are there any real big compatibility issues when trying to use it instead on IIS/NT5 when it was meant for

[PHP-WIN] Re: [PHP] Apache 2.0.28

2001-11-17 Thread Jobarr
I read something saying that the API changed from 2.026 to 2.0.28 and when I tried using a Apache2 php module, it said it was not compatible with this version of Apache. -Jobarr "Vincent Stoessel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > The current php

[PHP-WIN] PHP 4.06 - 1.3.22 (Win 98) Single user

2001-11-17 Thread Bill Borum
I have 2 almost identical php header scripts, both of which work beautifully online through my Linux Server. However, one does not through my Windows 98 localhost. The first 45 lines of both scripts are identical and appear below my signature if you need to see them. The snippets below began at

php-windows Digest 17 Nov 2001 18:56:06 -0000 Issue 859

2001-11-17 Thread php-windows-digest-help
php-windows Digest 17 Nov 2001 18:56:06 - Issue 859 Topics (messages 10459 through 10464): Re: [PHP] Apache 2.0.28 10459 by: Vincent Stoessel relative paths 10460 by: Mitja Pagon 10463 by: Gaylen Fraley webspace 10461 by: Svensson, B.A.T. (HKG) Re: 5760 Me

RE: [PHP-WIN] 5760 Melt away extra5891 pounds and inches today! 4372028

2001-11-17 Thread Ross Fleming
-Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: 17 November 2001 16:53 To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] 5760 Melt away extra5891 pounds and inches today! 4372028 >My name is Linda Gillie. I am 31 years old. A mother of three, >a wife of

[PHP-WIN] Re: relative paths

2001-11-17 Thread Gaylen Fraley
You've answered your own question. If document-root is set to /usr/web/htdocs then require("/somefile") will expect to find "somefile" in document-root. -- Gaylen [EMAIL PROTECTED] Home http://www.gaylenandmargie.com PHP KISGB v2.22 Guestbook http://www.gaylenandmargie.com/phpwebsite "Mitja Pag

RE: [PHP-WIN] 5760 Melt away extra5891 pounds and inches today! 4372028

2001-11-17 Thread Svensson, B.A.T. (HKG)
>My name is Linda Gillie. I am 31 years old. A mother of three, >a wife of 13 years to a wonderful man, Michael My heart told >me to share my story with you, so you don't give up hope. First of all have you read the php manual? >I have found a weight loss product that really works. It gets >

[PHP-WIN] webspace

2001-11-17 Thread Svensson, B.A.T. (HKG)
>I have webspace with PHP Excuse an ignorant idiot, but exactly what is webspace? /Anders - ignorant idiot -- 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,

[PHP-WIN] relative paths

2001-11-17 Thread Mitja Pagon
Hi! I want to know if there is a way to include(require) a file using a path relative to web server root. I'm aware of the fact that you can specify include path, but I believe that this is not the best solution, since applications written that way aren't easily portable. What I'm looking for i

[PHP-WIN] Re: [PHP] Apache 2.0.28

2001-11-17 Thread Vincent Stoessel
The current php will work with apache 2.x use:--with-apxs2 when you configure php Jobarr wrote: > I need a build of PHP that can be used as a module with Apache 2.0.28 beta. > Anyone know where I could find one? > > thanks > -Jobarr > > > > -- Vincent Stoessel [EMAIL PROTECTED] Java