1. How to make lower CAPTION for the first letter or all words.
You see pagename is consisted from Facebook-marketing-people.
Notice letter F which should be f.
2. How to delete - and replace with space
I have used code like:
$info = pathinfo($_SERVER['REQUEST_URI']);
$pagename = basename($_SERVER['REQUEST_URI'],'.'.$info['extension']);