RE: [PHP-WIN] sticky sessions :: Load Balancing :: RE: session tracking across a server farm

2001-04-30 Thread Paul Smith
I'm using the Win2k NLB services with PHP4 and it works fine. You can set the affinity to none, single, or a whole subnet to ensure that your client reaches the same server for that session If you use cookies to store your login information then the affinity problem goes away as the cookies

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Paul Smith
Thanks for all your help. You're right, I can't map a drive because IIS is running as a service under win2k and I can't use the user dependant drive mappings... I'll try this patched version? -> -Original Message- -> From: Daniel Beulshausen [mailto:[EMAIL PROTECTED]] -> Sent: 30 April

[PHP-WIN] cancel <9clbac$nmg$1@toye.p.sourceforge.net>

2001-04-30 Thread jtjohnston
This message was cancelled from within Mozilla. -- 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] microweb.exe

2001-04-30 Thread jtjohnston
Is anyone using microweb.exe from http://www.indigostar.com? (It's a server run on a CD-ROM :o) I'm using these builds: http://www.php.net/do_download.php?download_file=php404pl1-installer.exe&source_site=www.php.net http://www.php.net/do_download.php?download_file=php405-installer.exe&source_s

[PHP-WIN] cancel <3AEE3113.A19AC0F7@courrier.usherb.ca>

2001-04-30 Thread jtjohnston
This message was cancelled from within Mozilla. -- 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] microweb.exe

2001-04-30 Thread jtjohnston
Is anyone using microweb.exe from http://www.IndigoStar.com/ ? It allows people to use php & perl from a CD rom server! I dowloaded a php build from http://www.php.net/downloads.php http://www.php.net/do_download.php?download_file=php405-installer.exe&source_site=www.php.net and http://www.php.

php-windows Digest 1 May 2001 02:57:48 -0000 Issue 573

2001-04-30 Thread php-windows-digest-help
php-windows Digest 1 May 2001 02:57:48 - Issue 573 Topics (messages 7155 through 7174): Re: Get the string between custom delimiters 7155 by: Joe Brown Re: PHP, network shares, and IIS5 7156 by: Dickerson, Monty 7158 by: Romeo, Domenic A 7159 by: Daniel Beul

Re: [PHP-WIN] need help displaying random records

2001-04-30 Thread Chris Adams
On 30 Apr 2001 17:27:44 -0700, r.gelstharp <[EMAIL PROTECTED]> wrote: > As a university degree student my final year project is a comparison on ASP > v PHP. I have to make two identical sites in both languages, but am at the > moment having trouble duplicating a function on my ASP pages in PHP. >

[PHP-WIN] need help displaying random records

2001-04-30 Thread r.gelstharp
As a university degree student my final year project is a comparison on ASP v PHP. I have to make two identical sites in both languages, but am at the moment having trouble duplicating a function on my ASP pages in PHP. The default page in my ASP pages display random records from the database to

[PHP-WIN] Win2000+Apache+PHP4+oracle help

2001-04-30 Thread Jeff Brewster
Hello, I've spent all day going through archive after archive of messages trying to find what all needs to be done to get PHP4 to remotely connect to OCI8. I'm downloading the client libraries from Oracle right now. www.php4win.de is down and I cannot get the distribution with OCI8 pre-compiled

[PHP-WIN] PHP 4.0.5 Zip File corrupt

2001-04-30 Thread SHAWN
Is anyone else getting errors when trying to extract the pre-compiled binary zip file for PHP 4.0.5? It still gives me errors when I try to fix the Zip. Are there any other sites that mirror php.net which might have a good copy? Thanks in Advance! Shawn Sellars -- PHP Windows Mailing List (h

Re: [PHP-WIN] Newbie question - Getting the path ?

2001-04-30 Thread Dane Carlsson
thanks for the speedy reply your not wrong about phpinfo ill go tinker with it now :) - Original Message - From: Tomasz Abramowicz <[EMAIL PROTECTED]> To: Dane Carlsson <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 4:53 AM Subject: Re: [PHP-WIN] Newbie question - G

Re: [PHP-WIN] Newbie question - Getting the path ?

2001-04-30 Thread Tomasz Abramowicz
> Hi, > > Is there a function to get the current path? make a file with in it. You will get all the variables you can dream of includeing $DOCUMENT_ROOT and $PHP_SELF which you might find interesting. > I haven't be able to locate one in a quick browse over the documentation. if you know mor

[PHP-WIN] Newbie question - Getting the path ?

2001-04-30 Thread Dane Carlsson
Hi, Is there a function to get the current path? I haven't be able to locate one in a quick browse over the documentation. Also are there php irc channels ? TIA -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-WIN] Please Help

2001-04-30 Thread Robert Trembath
Here's a sample of the code I'm having touble with. I get nothing but a blank page and my gas tank(brain) is running on fumes so to speak. It works fine without the if..else but with it I get nothing. I'm just trying to see if the variable exists, if it does I update the record, if it doesn't I cr

Re: [PHP-WIN] Help on MYSQL Table design

2001-04-30 Thread Toby Miller
John, No, you could just add another link table. So you would have the following tables: personal_info -- ID -> unique id for family member NAME -> family members name family_info -- ID -> unique id for family F_NAME -> family name person

Re: [PHP-WIN] Help on MYSQL Table design

2001-04-30 Thread Toby Miller
John, No, you could just add another link table. So you would have the following tables: personal_info -- ID -> unique id for family member NAME -> family members name family_info -- ID -> unique id for family F_NAME -> family name person

[PHP-WIN] /pear/DB.php (with mssql)... docs? examples? usage help? thx!!

2001-04-30 Thread Dickerson, Monty
Howdy! Is anybody using class DB.php (distributed in the pear directory of every php4 distribution)? If so, please point me to some documentation and examples of this well written class! I'm having trouble using it; When I run the following code ... >> prepare('SELECT * FROM Schools'); $r

Re: [PHP-WIN] Help on MYSQL Table design

2001-04-30 Thread Toby Miller
John, No, you could just add another link table. So you would have the following tables: personal_info -- ID -> unique id for family member NAME -> family members name family_info -- ID -> unique id for family F_NAME -> family name person

Re: [PHP-WIN] Hosting

2001-04-30 Thread Toby Miller
You could check out www.mybizhosting.com they have PHP4 and MySQL and they're decently priced with a really good network. I've been using them for a little while now and have been very happy with their services. - Original Message - From: "PHPWIN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

[PHP-WIN] sticky sessions :: Load Balancing :: RE: session tracking across a server farm

2001-04-30 Thread Dickerson, Monty
Kelvin, The trick you need is called 'sticky sessions'. Which are you using to balance the load on your server farm? . Cisco LocalDirector . Dell BigIP . An RFC2391-complaint LSNAT router . Linux 2.4 iptables . Redundant DNS entries (not effective) . Microsoft Windows 2000 Advanced Serve

[PHP-WIN] session tracking across a server farm

2001-04-30 Thread Kelvin Luck
Hi, I am just writing a user authentication system in php. I was planning to use session variables to track logged in users as they navigate the site... However, when the site is deployed it will be run on a server farm. Does this break session variables in php? If so does anyone know a way I can

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Daniel Beulshausen
At 11:05 30.04.2001 -0400, Romeo, Domenic A wrote: >Paul, > >I haven't been able to get a UNC path to work at all with any version of PHP >4 cgi or isapi. The last time it worked for me was with php 3.0.15 > >For now (until 4.0.6 is released) you can either map a permanent drive >letter for your s

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Romeo, Domenic A
Paul, I haven't been able to get a UNC path to work at all with any version of PHP 4 cgi or isapi. The last time it worked for me was with php 3.0.15 For now (until 4.0.6 is released) you can either map a permanent drive letter for your share. This is difficult to do with Windows 2000 Server whe

Re: [PHP-WIN] this is for you IIS 5 people

2001-04-30 Thread Matthew Ralston
huh...footers...yeah...like they worked!!! :( -- Thanks, Matt [EMAIL PROTECTED] < www.mralston.co.uk /> "Voodoo Phreeek Boy" <[EMAIL PROTECTED]> wrote in message 9ciq41$ut4$[EMAIL PROTECTED]">news:9ciq41$ut4$[EMAIL PROTECTED]... > anybody know of a way to make IIS 5 footers (you know, that neet

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Dickerson, Monty
Howdy Paul. You'd think that running scripts from a network share wouldn't be all that different from pulling static files, but, it is. Recall that the NT LocalSystem metauser under which IIS runs is not allowed to access network stuff for security reasons. Therefore for IIS to get to network s

Re: [PHP-WIN] Get the string between custom delimiters

2001-04-30 Thread Joe Brown
That's pretty much what an xml parser does, isn't it? ""Matthew Ralston"" <[EMAIL PROTECTED]> wrote in message 9cjob9$cur$[EMAIL PROTECTED]">news:9cjob9$cur$[EMAIL PROTECTED]... > Is there a nice easy function that could be used to get a sub string that > lies in between two other sub strings in

php-windows Digest 30 Apr 2001 14:28:53 -0000 Issue 572

2001-04-30 Thread php-windows-digest-help
php-windows Digest 30 Apr 2001 14:28:53 - Issue 572 Topics (messages 7140 through 7154): bug? 7140 by: Tomasz Abramowicz 7142 by: Piotr Pluciennik 7143 by: Daniel Beulshausen this is for you IIS 5 people 7141 by: Voodoo Phreeek Boy Re: need your opinion

[PHP-WIN] R: [PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Ermanno Iannacci
Bingo (maybe). The problem is mssql70 dll. I use it on another server (IIS 4), so i can't imagine what's gone wrong. Removing extensions one by one, that is the only one making Apache crashes. - Original Message - From: Ermanno Iannacci <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Daniel

[PHP-WIN] Re: R: [PHP-WIN] Re: R: [PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Daniel Beulshausen
At 14:56 30.04.2001 +0200, Ermanno Iannacci wrote: >I did. Could it be a problem of permission? >I did very few changes to httpd.conf and php.ini (I removed semicolons from >extensions) can you try to use FileMon (www.sysinternals.com) to see where Apache/PHP is searching the files? daniel /*-

[PHP-WIN] R: [PHP-WIN] Re: R: [PHP-WIN] Re: R: [PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Ermanno Iannacci
I will let you know. Nice utility. - Original Message - From: Daniel Beulshausen <[EMAIL PROTECTED]> To: Ermanno Iannacci <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, April 30, 2001 3:02 PM Subject: [PHP-WIN] Re: R: [PHP-WIN] Re: R: [PHP-WIN] NT4 + Apache problem (more) > At 14

[PHP-WIN] iso convetion

2001-04-30 Thread mERGER
Is there a way to convert a iso-8859-1 text to another iso text? So that i can get the special characters of other languages. --- "To write a loveletter to the one you lov

[PHP-WIN] Get the string between custom delimiters

2001-04-30 Thread Matthew Ralston
Is there a nice easy function that could be used to get a sub string that lies in between two other sub strings in one big string. For example... get the text that lies in between "" and "" (without the quotes) in the code of a web page. I'm after a function like: string getstring_between_custo

[PHP-WIN] R: [PHP-WIN] Re: R: [PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Ermanno Iannacci
I did. Could it be a problem of permission? I did very few changes to httpd.conf and php.ini (I removed semicolons from extensions) - Original Message - From: Daniel Beulshausen <[EMAIL PROTECTED]> To: Ermanno Iannacci <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, April 30, 2001 2

[PHP-WIN] Re: R: [PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Daniel Beulshausen
At 14:46 30.04.2001 +0200, Ermanno Iannacci wrote: >Nothing changed. If php.ini isn't in Windows directory, Apache goes well, >but it doesn't load additional extensions. >I already suspected that the problem could be something else, but in >application log these are the only errors. did you copie

[PHP-WIN] R: [PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Ermanno Iannacci
Nothing changed. If php.ini isn't in Windows directory, Apache goes well, but it doesn't load additional extensions. I already suspected that the problem could be something else, but in application log these are the only errors. - Original Message - From: Daniel Beulshausen <[EMAIL PROTEC

Re: [PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Daniel Beulshausen
At 11:23 30.04.2001 +0200, Ermanno Iannacci wrote: >When i run phpinfo() apache crashes. Application log says apache couldn't >find various MIB files, related to snmp extension, I think. >What do I need to use SNMP? Why PHP (or Apache) don't find such files? >Using PHP 4.0.4, NT 4 (SP 6), Apache 1

[PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Ermanno Iannacci
When i run phpinfo() apache crashes. Application log says apache couldn't find various MIB files, related to snmp extension, I think. What do I need to use SNMP? Why PHP (or Apache) don't find such files? Using PHP 4.0.4, NT 4 (SP 6), Apache 1.3.14. -- PHP Windows Mailing List (http://www.php.n

RE: [PHP-WIN] need your opinion

2001-04-30 Thread Michael Rudel
Hi Afan. U can use the ceil() -function. Look in the manual @section: XXXIII. Mathematical Functions Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz German

Re: [PHP-WIN] bug?

2001-04-30 Thread Daniel Beulshausen
At 06:36 30.04.2001 +0200, Tomasz Abramowicz wrote: >$date = date("T"); >echo $date; > >Can any1 else try it and tell if its just me or is >the ("y.m.d/t.D.H.i.s.T.B") just to hard to handle for NT? the T parameter for date was/is faulty, you'll need to wait for 4.0.5 where this should be fixed.

Re: [PHP-WIN] bug?

2001-04-30 Thread Piotr Pluciennik
Hi, Probably I also got this "duracell syndrome":-)) in my php script. My project is tested on very old www server. The development machine has following configuration: - Win NT 4.0 - PHP 4.04pl1 - Netscape Fast Track 3. Browsers are: - Internet Explorer 5 - Netscape 4.76 When I browse pages wi