Alternate method for $_SERVER['SCRIPT_NAME'] to find exact filename
Now a days, all web developers/bloggers/SEO persons are using beautiful URL’s. Due to using beautiful URL’s, users can’t find, from which file name exact page is working. For Ex :- http://www.vijayakumar.org/profile/vijayakumar (It’s beautiful URL). But above mentioned URL will runs from file called profile.php [just guess]. How to find profile.php is a file? Is it [...]

