request - Apostrophe in Textarea PHP -
i have textarea part of form submits php file.
the problem when apostrophe (’) entered textarea, corresponding request variable in php turns empty ($_request['description']). if there no apostrophe, $_request['description'] contains textarea text intended. entering punctuation single quotes , double quotes works apostrophe not. same problem occurs <input type="text"></input>
well. there way fix that?
do have magic quote in php config ? try disable it.
Comments
Post a Comment