Hello!

You probably did not see magic constants __FILE__ and __LINE__ in PHP manual
?

Check this: http://si.php.net/manual/en/language.constants.php

Cheers,
Dejan

"Dan Hardiker" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
| Hi All,
|
| Im looking at developing a couple of functions which could retrieve the
| current line number, and filename where ever they are put. By file name, I
| mean the actual file name, not the parent (eg: the file that included this
| one)... very similar to what would be outputted in a syntax error or such.
|
| A scenario where this would be useful would be in include files:
|
| <?php
|   if ($_SERVER["SCRIPT_FILENAME"] == get_filename()) {
|     die("Dont talk to me!");
|     // or a header redirect, you get the jist
|   }
| ?>




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to