Suppose, I've following URL :
http://localhost/project-folder/sub-dir-1/images/products/Moulin_1407822344.jpg
Now I want only Moulin_1407822344.jpg from the above URL.
How should I get this in short, sweet and optimum way in PHP?
Can someone please help me in this regard? Thanks in advance.