Good day!
There was such a problem, php does not add the '+' (plus) sign to the database. There are no mistakes, the sign just cuts off. Team standard:
mysql_query('INSERT INTO table (text) VALUE (myvar)'); Tried to add without preliminary filtering with the htmlspecialchars() function the result is the same. Tell me how to fix this problem!