Let my site url be http://example.com .
Suppose if the user is entering the url http://example.com/profile_103.php , i need to display the profile of user having an id 103 and the file profile_103.php does not exist. I need to get the values extracted from the file name that the user types .
How can i do this in php ?