[PHP-WIN] Installing Pear on Win XP

2005-01-18 Thread Raymond Still
Please forgive the somewhat off topic post, but this just seemed like the best place to start. I'm trying to install PEAR on my Win XP box. I'm running Apache and PHP 5. It seems like the best place to put PEAR is in the Apache htdocs folder. I installed Apache under the "Program Files" folder. (no

Re: [PHP-WIN] Re: help in understanding string / integer concatenation

2005-01-12 Thread Raymond Still
Hello, Thanks to Mike, Davide and Mihai! Makes sense now! Ray On Wed, 12 Jan 2005 08:27:47 +0100, Davide wrote: > > To understand how it works see at 'Operator precedence' > item in the manual. > Regards. > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://

[PHP-WIN] help in understanding string / integer concatenation

2005-01-11 Thread Raymond Still
Hello all; I am a new PHP user. (But not new at programing.) I'm running Win XP, Apache, PHP 5.0.3 (and PostgreSQL 8, not that that should make a difference). I'm trying to use PHP to generate drop down lists of arbitrary length in a form ( and ) I've come across something strange, to me, in usi