NYCPHP Meetup

NYPHP.org

[nycphp-talk] Who include()'d me?

Analysis & Solutions danielc at analysisandsolutions.com
Thu Jul 31 22:55:32 EDT 2003


Hi Eddy:

On Thu, Jul 31, 2003 at 04:16:10PM -0400, Nunez, Eddy wrote:
> 
> Err...Correction: $_SERVER[SCRIPT_FILENAME]

Guess you have notices turned off.  Quotes are needed around array key
strings so they don't get interpreted as constants.  So, that's really

   $_SERVER['SCRIPT_FILENAME']

Enjoy,

--Dan

... snip ...

-- 
     FREE scripts that make web and database programming easier
           http://www.analysisandsolutions.com/software/
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7th Ave #4AJ, Brooklyn NY    v: 718-854-0335   f: 718-854-0409



More information about the talk mailing list