Topic: __FILE__, __LINE____ ?

Can someone tell me what these are?

Re: __FILE__, __LINE____ ?

__FILE__ contains the name of the current file, __LINE__ is the line number.

Re: __FILE__, __LINE____ ?

Thanks.

Re: __FILE__, __LINE____ ?

See PHP Manual for more information: http://php.net/manual/en/language.const … efined.php

Carpe diem