I want to get \"abc_15_11_02_3\" from http://example.com/project_name/abc_15_11_02_3/. How can i do this?
You can retrieve it from the post object like so:
global $post; $post->post_name;