php-general | 2003022
Date: 02/27/03
- Next message: justin brenton: "[PHP] HELP PLEASE ! Need PHP Advice !!!"
- Previous message: 1LT John W. Holmes: "Re: [PHP] Little help please"
- In reply to: Jason k Larson: "Re: [PHP] How do I display the script file name?"
- Next in thread: Jason k Larson: "Re: [PHP] How do I display the script file name?"
- Reply: Jason k Larson: "Re: [PHP] How do I display the script file name?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Partial success. The code and output are shown below. There are no errors.
What does the ".' '." do pls. Have tried a variety of combinations to see
the effect. Nothing to see... :-(
===PHP==============
<?php
echo "<P>Line #1 ".' '.$_SERVER['PHP_SELF'], "</P>";
echo "<P>Line #2</P>";
echo "<P>Line #3</P>";
echo "<P>Line #4 ".' '.$_SERVER['SCRIPT_NAME'].' '.
$_SERVER['SCRIPT_FILENAME'].' '.
$_SERVER['PHP_SELF']."</P>";
echo "<P>Line #5</P>";
echo "<P>Line #6 ", __FILE__,"</P>";
?>
===IE6 display===============
Line #1
Line #2
Line #3
Line #4
Line #5
Line #6 <Pathname removed for security>
==================
Stephen
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: justin brenton: "[PHP] HELP PLEASE ! Need PHP Advice !!!"
- Previous message: 1LT John W. Holmes: "Re: [PHP] Little help please"
- In reply to: Jason k Larson: "Re: [PHP] How do I display the script file name?"
- Next in thread: Jason k Larson: "Re: [PHP] How do I display the script file name?"
- Reply: Jason k Larson: "Re: [PHP] How do I display the script file name?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

