__FILE__ PHP directive

__FILE__ PHP directive will contain system path of the file that is being executed plus filename of the file which is being executed. If need to know just folder names __DIR__ directive must be used.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator