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...
That solution is along the lines... i thought that is what i wanted but... i want it to display all artist then if there is a duplicate artist from either, it will only display it once, instead of the amount of times it appears in a table.
My explaining is poor.
Example say i had these artist...
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.