If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Anything bad about "+" special character?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-27-05, 01:21
ricoche ricoche is offline
Registered User
 
Join Date: Mar 2005
Posts: 9
Anything bad about "+" special character?

Hi there,

I am currently coding a mysql/php database combo and have pretty much stripped all special characters with everything. So the name "Mike&Joe" became "MikeJoe" for example. I noticed, however that if I use "Mike+Joe", everything works great. It even works well with mod-rewrite, but I am not sure if having a + sign in a URL is good or not, such has domain.com/mike+joe.html

Does anybody here using mysql use the + sign? Is this a friendly special character or something that I should avoid if at all possible.

Thanks!
Reply With Quote
  #2 (permalink)  
Old 11-28-05, 13:16
ChrisCowart ChrisCowart is offline
Registered User
 
Join Date: Nov 2005
Posts: 3
I wouldn't use it. Even though it works fine, its best to avoid 'odd' characters. Usually, it will work for a while, then an update may come out for one software package that will annihilate your implementation

Unless using the '+' character is critical, avoid using it. It may even be a bug that it works in your specific implementation!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On