Very quick, simple question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Speakerguy
Forum Newbie
Posts: 3
Joined: Sat Apr 19, 2003 4:15 pm
Location: California
Contact:

Very quick, simple question

Post by Speakerguy »

Whats the code to echo the current file's name, such as index.php?
User avatar
trollll
Forum Contributor
Posts: 181
Joined: Tue Jun 10, 2003 11:56 pm
Location: Round Rock, TX
Contact:

Post by trollll »

Check out php.net's reference section and take your pick.
Tubbietoeter
Forum Contributor
Posts: 149
Joined: Fri Mar 14, 2003 2:41 am
Location: Germany

Post by Tubbietoeter »

$PHP_SELF
Post Reply