View Single Post
  #2 (permalink)  
Old 11-10-09, 03:19 AM
jonnekke jonnekke is offline
Code Guru
 
Join Date: Oct 2005
Location: holland!
Posts: 704
Thanks: 0
Thanked 0 Times in 0 Posts
escape the character with \ so it would become \+

use the addslashed() function provided by PHP
Reply With Quote