[thelist] mySQL/PHP class function (maybe another stupid question)

Brian Cummiskey Brian at hondaswap.com
Mon Jul 11 10:37:48 CDT 2005


Nan Harbison wrote:

> 
> so what the heck are these:
> 
> __FILE__
> and
> __LINE__


these are pre-defined PHP vairables.

_FILE_ - the name of the script file being parsed

_LINE_ - the number of the line in the script being parsed



More information about the thelist mailing list