Funbruk Posted April 2, 2008 Share Posted April 2, 2008 Hi, I have a question... On my own server, when I post a piece of html using a normal HTML Textarea inside a Form, the $_POST variable is as I sent it. Strangely, when using the script on a client's (just one of several) the data is escaped, and the last part (an "<a>") is removed. What could this be? Link to comment https://forums.phpfreaks.com/topic/99215-solved-post-escapes-string/ Share on other sites More sharing options...
trq Posted April 2, 2008 Share Posted April 2, 2008 Take a look at set_magic_quotes_runtime, you can also change it in your php.ini if you have access to it. Link to comment https://forums.phpfreaks.com/topic/99215-solved-post-escapes-string/#findComment-507650 Share on other sites More sharing options...
Funbruk Posted April 3, 2008 Author Share Posted April 3, 2008 Thanks, that did it! Link to comment https://forums.phpfreaks.com/topic/99215-solved-post-escapes-string/#findComment-508463 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.