Originally posted by Duey
strip_tags()
will take all the html tags out you wanna put it when the user trys to view the news that way the owner can deactivate html if that is an option in your script.
If I had multiple newsboards, would it be easier to just strip_tags() at the submissions page instead of each board individually?
To clarify,
public_html
headlines
-article.php
editorials
-article.php
miscellaneous
-article.php
newsadmin
-post.php
...is my directory structure.
Would it be easier to strip_tags for each article.php file or can it be done with the single post.php file?