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...
I have a database called 'xxx', i need to query 3 tables inside this database called a, b, and c. Each table has a common field called artist: i need to select artist from all 3 tables (a, b and c) and group the results by artist. It has a catch of i needs them all to comply with a LIKE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.