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

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -