I am trying to return variables from a database to a web browser, which is fine.
My problem is that if the variable is two words I only get only word, e.g if I want to return Hip Hop, I only get Hip
I know in ASP you can use ASCII chr(34), but how do I do this in PHP
The code I am using is:
<li class=dbgeneral><a href=shop/showcds.php?genre=$genre>$genre</li></a>