Looking for an alternative to the + symbol
I use tags for my articles. If you click on a tag it will display all of the articles that has that particular tag. As the number of articles increased I thought it might be useful to be able to narrow results by more than one tag as declared in the url. Fro example .php?category=css+php. The problem is that I now have an article with the tag c++.
I now need to try to come up with some alternative to "+". I am wondering if anyone has any ideas. Here are a few that I have thought of. I could use the tilde symbol. I could separate the terms with a string of letters that are unlikely to be used in a tag. I could change the "+" so that when that particular tag is clicked on it will read as "plus" instead of "+", but only read that way when you see the url in the address bar. That last idea sounds the best, but I was wondering if anyone else had come across this problem and what you did instead.
I remember another member on this forum a few years back working really hard to come up with a way to get the "+" to work and if I remember correctly I tried coming up with some pcre as well, but in the end it was decided that an alternative to the "+" would have to be used.