whiteadi Posted November 1, 2010 Share Posted November 1, 2010 Hi, I send a normal post from php with just an input text field, When in the value I put hash symbol #, or &, + or . , all these are stripped from post, for + is just stripped, for the rest they are stripped but also the text after them, just the text them before is kept. Regards, Adrian Link to comment https://forums.phpfreaks.com/topic/217424-symbols-stripped-from-post/ Share on other sites More sharing options...
Pikachu2000 Posted November 1, 2010 Share Posted November 1, 2010 And your question is what, then? Link to comment https://forums.phpfreaks.com/topic/217424-symbols-stripped-from-post/#findComment-1128941 Share on other sites More sharing options...
whiteadi Posted November 1, 2010 Author Share Posted November 1, 2010 I thought is obvious: I want to let those pass: if I input blabla#blabla I want to get it in the script targeted in action. I do not want just blabla but blabla#blabla Link to comment https://forums.phpfreaks.com/topic/217424-symbols-stripped-from-post/#findComment-1128945 Share on other sites More sharing options...
Pikachu2000 Posted November 1, 2010 Share Posted November 1, 2010 If it was obvious, you probably would have had a response already. You should also post the relevant code so people can see what it does, and help provide a solution. Link to comment https://forums.phpfreaks.com/topic/217424-symbols-stripped-from-post/#findComment-1128946 Share on other sites More sharing options...
whiteadi Posted November 1, 2010 Author Share Posted November 1, 2010 It is a simple form, but I think the typo3 cms has a part on this. I must check that first, sorry to jump on the forum Link to comment https://forums.phpfreaks.com/topic/217424-symbols-stripped-from-post/#findComment-1128949 Share on other sites More sharing options...
Pikachu2000 Posted November 1, 2010 Share Posted November 1, 2010 No need to be sorry, but without seeing the code there's no real way to know at what point the characters are being stripped, so any advice would be nothing but a guess. Link to comment https://forums.phpfreaks.com/topic/217424-symbols-stripped-from-post/#findComment-1128953 Share on other sites More sharing options...
whiteadi Posted November 1, 2010 Author Share Posted November 1, 2010 you are right of course and here actually is some typo3 configuration Link to comment https://forums.phpfreaks.com/topic/217424-symbols-stripped-from-post/#findComment-1128957 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.