this.user Posted October 4, 2010 Share Posted October 4, 2010 This is what I have $eeee = $_POST['forum_reply']; $eeee = strip_tags($eeee, '<p>'); echo $eeee; this is what prints out Untitled document testinggg this is a print_r of $_Post Array ( [forum_reply] => testinggg [form_reply_submit] => Reply ) Please someone tell me what in binary's name is going on! Link to comment https://forums.phpfreaks.com/topic/215150-seriously-losing-my-mind-strip_tags-is-adding-untitled-document-to-variable/ Share on other sites More sharing options...
kenrbnsn Posted October 4, 2010 Share Posted October 4, 2010 We need to see more of your code. Ken Link to comment https://forums.phpfreaks.com/topic/215150-seriously-losing-my-mind-strip_tags-is-adding-untitled-document-to-variable/#findComment-1119038 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.