Quote:
Originally Posted by Marco van Herwaarden
Yes vBulletin will also use htmlspecialchars() or htmlspecialchars_uni() .
|
Thanks for confirming sir.
Btw, I just figured this out and achieved this by using vBulletin input cleaner. I think vb does it like this.
I had the title variable in my script as
'title' => TYPE_STR
I changed it to
'title' => TYPE_NOHTML. This takes care of all those characters being escaped.