Forum Moderators: coopster
<b>,<strong>,<p>, <ul>,<ol>,<li>, <a>
Before submission:
<strong>Hello, <a href="http://www.webmasterworld.com">WebmasterWorld</a><strong>.
<p align="center"><u>This is underline</u></p>
<script type="text/javascript">
alert('Hello, world');
</script>
After submission:
<strong>Hello, <a href="http://www.webmasterworld.com">WebmasterWorld</a><strong>.
<p align="center">This is underline</p>
alert('Hello, world');
That's, the <u> tag and <script> tag are removed. What is the most effective way to program with script.php?