How to get only the id from a URL using wither PHP or htaccess …
For example,
http://www.example.com/blah-blah-blah-123.php
I want to get 123 (and similar entered id) from the url using get and post, I know using get and post methods, but i just want to get 123 from this url.