I was simply wondering what would be the simplest and most efficient way of extracting a certain part of a dynamic string in PHP?
Per example, in this string:
The parse_url() function and extract the path. Explode on '/' and get the last element