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
--
Brent Baisley
Systems Architect
Landover Associates, Inc.
Search & Advisory Services for Advanced Technology Environments
p: 212.759.6400/800.759.0577
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php