Sorry,
i feel so stupid right now but how can i do this on the right way:
'.str_replace(' ', '+','$fetch['title']).'
without the ' it’s easy but i don’t know how to put a str_replace on this code line
'.$fetch['title'].'
i tried:
'.str_replace(' ', '+','$fetch['title']).'
//
str_replace(' ', '+',''.$fetch['title']).'
1 Answer