Or if you aren't "\r\n" might work. Brent Baisley wrote: > Uhm, well, if you are outputting it to a web browser, you would need to > use HTML. Either <br /> or <p>. > > > > On Apr 7, 2005, at 3:41 PM, Bosko Vukojevic wrote: > >> >> >> just reading: >> http://ca3.php.net/echo >> >> Regardless, I am not able to output a new line on the screen. >> >> Windows XP >> Perl 5.04 >> IIS 6 >> >> Php pages are processed correctly, i.e., the hook between IIS and Perl is >> working. >> >> >> This is the snippet of the code that does not work >> >> <?php >> $relative_path = "/000/013/"; >> #$absolute_path = getenv("absolute_path") . $relative_path; >> $absolute_path = $_SERVER["SCRIPT_FILENAME"]; >> echo "relative path: $relative_path" . chr(13) . chr(10); >> echo "absolute path: $absolute_path" . chr(13) . chr(10); >> $absolute_path = >> $_SERVER["DOCUMENT_ROOT"]/web_root_relative_path_to_header.lib; >> #echo "absolute path: $absolute_path"; >> ?> >> >> >> Any help appreciated ... >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> -- Kyriacos Sakkas Netsmart Development Team Tel: + 357 22 452565 Fax: + 357 22 452566 kyriacos(at)netsmart.com.cy http://www.netsmart.com.cy Taking Business to a New Level! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php