Tambourine
Programmer
Hi, i need a small script that will take a field called 'title' and make all the characters lowercase and remove spacing '%20' and replace it with a '-'
At the moment i have:
$row_blobby['title'] = str_replace(' ', '-', $row_blobby['title']);
That currently removes the spacing but i need a combined script that will do both?
Any help will be great!!!!
At the moment i have:
$row_blobby['title'] = str_replace(' ', '-', $row_blobby['title']);
That currently removes the spacing but i need a combined script that will do both?
Any help will be great!!!!