Let's say I have the address:
mysite.com/display.php?category=php+css
The above does not work because the plus sign appears to be recognized as something else since it came from the address bar. What should I do to recognize the plus sign?Code:<?php
$category=$_GET['category'];
$category=explode("+",$category);
print_r($category);
?>
P.S. Yay! 1000th Post :)!
and it only took a little over 5 years to accomplish :p
