Closed sgaita closed 5 years ago
How does one strip of the html tags when saving to database. example: I have my content formatted to look like => Consists of all policy brief documents . but i am getting this instead
You could use strip_tags before saving to the database: https://www.php.net/manual/en/function.strip-tags.php
strip_tags
How does one strip of the html tags when saving to database. example: I have my content formatted to look like => Consists of all policy brief documents . but i am getting this instead