pianoman993 Posted March 15, 2009 Share Posted March 15, 2009 Hello there PHP experts! I have a simple question. Basically I have a script that takes user input and processes it through this procedure: strip_tags(trim(htmlentities($_POST['field']))); However, the problem is that I come back with values such as [quote]This is Track 10 of 20 of the album ¡U&I R 1MB! The album will be released April 30th, free for download. Here is a sample from the album ¡ENJOY![/quote] And [quote]¡U&I R 1MB![/quote] Is there any way I can take the user input and disallow HTML but still display quotation marks and funky characters like upside down exclamation marks? Any help would be greatly appreciated!! - Pianoman993 Link to comment https://forums.phpfreaks.com/topic/149480-how-can-i-safely-store-html/ Share on other sites More sharing options...
PugJr Posted March 15, 2009 Share Posted March 15, 2009 I'm pretty sure all HTML uses "<" and ">" characters so if you were to strip them from everytime they put something in should disable HTML. Thats what I did for my website atleast. Link to comment https://forums.phpfreaks.com/topic/149480-how-can-i-safely-store-html/#findComment-785016 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.