SharkBait Posted December 17, 2008 Share Posted December 17, 2008 It seems that PHP is automatically creating the specialhtmlentities characters for things like < or > or " etc. What do i need to turn off so it stops doing that automatically? Or is it a function i need at the top of my scripts? for some reason I cant think of why this is happening Quote Link to comment Share on other sites More sharing options...
DarkWater Posted December 17, 2008 Share Posted December 17, 2008 PHP won't automatically do that. You must be calling htmlspecialchars() or htmlentities() somewhere. Quote Link to comment Share on other sites More sharing options...
SharkBait Posted December 17, 2008 Author Share Posted December 17, 2008 Oh wait lol I am forgot that the mail class I created does it so I can see the headers, email address properly. Thanks! lol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.