Hi,
I have the following form elements below on my page:
<SELECT MENU>
<TEXT FIELD>
<TEXT AREA>
<TEXT FIELD>
<TEXT FIELD>
I have noticed that when someone copies and pastes text from MS Word that includes apostrophes and double quotes into the text area and the form is submitted to PHP, the value selected in the select menu is dropped from the $_POST array. It makes no sense at all especially when the form is filled out without copying and pasting from Word, all the elements are accessable in PHP.
Why is this?
I have the following form elements below on my page:
<SELECT MENU>
<TEXT FIELD>
<TEXT AREA>
<TEXT FIELD>
<TEXT FIELD>
I have noticed that when someone copies and pastes text from MS Word that includes apostrophes and double quotes into the text area and the form is submitted to PHP, the value selected in the select menu is dropped from the $_POST array. It makes no sense at all especially when the form is filled out without copying and pasting from Word, all the elements are accessable in PHP.
Why is this?