I am trying to solve a problem that came up in a text string where someone tried to use an > within the string. When the string was inserted into the database it made a complete mess of the data. I come up with the same result even after using ereg_replace. Am I using the correct function, is there a better function or method, or is it simply a character that I cannot escape?
Any insights will be appreciated, Thank you.