I want the basic things such as bold, italic, underline, link, image, list and colors. I am using bbcode editor. I am also using strip_tags in my php, I want to bypass this so it only allows the above and not things such as mysql queries, javascript tags, header tags.
Worked. strip_tags($post,'ALLOWED TAGS HERE');