java - Text that contains the apostroph php -


i have serious problem. app retrieves text online database, problem if put text in database contains apostrophe in site displays correctly in application fails me while synchronizing database. enabled magic quote gpc nothing. how can fix?

first, disable magic_quote_gpc, deprecated/removed

secondly, @ mysqli_real_escape_string() when sending data database (which assumed 'synchronizing database' is).


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -