Thread: Block PHP Tag
View Single Post
  #4 (permalink)  
Old Feb 13th, 2008, 18:23
alexgeek's Avatar
alexgeek alexgeek is offline
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,790
Blog Entries: 9
Thanks: 0
Thanked 2 Times in 2 Posts
Re: Block PHP Tag

And they can't really execute and PHP code unless your are stupid enough to use eval() on the comment string. They can however try to print out variables such as DB passwords and also use malicious HTML and JS. addslashes() and htmlentities() can counter this.

Last edited by alexgeek; Feb 13th, 2008 at 18:27.
Reply With Quote