I've completely lost my sense of this little snippet. What am I doing wrong?
if(isset($_POST['QuestionAsked'])) str_replace('?','',$_POST['QuestionAsked']);
I've checked the post array and it is in there. I'm just truing to remove the ? Why is my string replace not working?
TIA