I am writing a simple PHP page to display some data I retrieve from MySQL but the problem is some of the data contains pointy brackets < >.
When displaying this in HTML this prematurely closes some of the HTML tags meaning the data is not displaying correctly.
Does anyone have a solution to this problem?
Thanks
When displaying this in HTML this prematurely closes some of the HTML tags meaning the data is not displaying correctly.
Does anyone have a solution to this problem?
Thanks