In order to save myself from hard coding page names within numerous files, I would prefer it if the php file could get its own file name so that it could then put it in a link like <a href="$file_name?id=0">.
I could do this in ASP, and want to know if and how it can be accomplished in PHP.