10-03-04 07:47 AM
I'm using mod_rewrite and want to be able to use the ampersand (&) in
urls.
/java%26internet
should become
/search.php?title=java%26internet
instead of
/search.php?title=java&internet, which breaks up into "title=java" and
a useless "internet"
[ Post a follow-up to this message ]
|