hey guys, sorry for the annoying question. googled a lot, can't make it work.
$str = "What happens here?";
echo urlencode($str);
the output looks like this "What+happens+here%3F"...however the spaces are not represented as %20 ? what am I doing wrong here?