Hi,
I have a value which is pulled from a MySql query which looks like this:
$rows1['gphours']
This value contains text like this:
Monday 9-5, Tuesday 10-4, Wednesday 9-4
What i need to do is perform an explode or implode and add a <br>, so the output looks like:
Monday 9-5
Tuesday 10-4
Wednesday 9-4
I can't think how to get it going....
Any help much appreciated.
Open in new window