Heyas. I have a string that has a lot of HTML in it. I am trying to use strip_tags to remove all the HTML, but it is not doing anything.
I am using it like
$OptionalEquipment=strip_tags($_POST['OptionalEquipment']);
Am I doing it worng or is there a better function for accomplishing this?
Thanks!😃