Re: [PHP-INSTALL] Problem with echo on freshly installed Apache and PHP

2007-05-12 Thread Keith Roberts
On Sat, 12 May 2007, Rafal Z wrote: To: php-install@lists.php.net From: Rafal Z <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Problem with echo on freshly installed Apache and PHP Hallo, I',m new to PHP. I've installed Apache 2.0.59 and PHP 5.2. It's functionning, but

[PHP-INSTALL] Problem with echo on freshly installed Apache and PHP

2007-05-12 Thread Rafal Z
Hallo, I',m new to PHP. I've installed Apache 2.0.59 and PHP 5.2. It's functionning, but all strings outputed with Echo shows on the same line, even if I include a "\n" at then end of string. Example: results in: string1string2 in any browser. The same result with the following modificat