View Single Post
  #2  
Old 22nd March 2009, 21:28
Tjuln Tjuln is offline
Member
 
Join Date: Jan 2009
Default
Posts: 11
Default
html you can get if you delete htmlspecialchars function so

if you have: print(htmlspecialchars("some text"));

it must be print("some text");
Reply With Quote