Carbonize wrote:Which basically says if there is any html characters in the url such as <, > or & then it will not accept the url and removes it from the entry.
Maybe I don't understand what's happening, but before I did the strip_tags() this exploit:
http://www.example.com/index.php?entry=<script>alert(document.cookie)</script>
generated a popup and mysql error, and after I added the strip_tags the popup didn't show anymore (still get a mysql error message). So, allthough it might not be harmfull, it does not look like the html is removed!