My problem is. I have an input on HTML code which receives the users text. That could be
just an "example" of an entry (on the input);
So, I need to convert that special caracters ", (, ), ', ' to the special codes html special codes
I'm trying to use php function str_replace to swap the caracters with the code, but when I do that the new string keep the caracters instead of the code. Is there any way to convert those caracters to use them on a sql insert/update without errors?
I hope that edit help a little. Sorry about my english.