I am having a database created in PHP. Many of the tables in it contains apostrophes. I want to remove that slashes in my result and here lies my problem.
Example: for "I am under the tree."
I get the result: "I'm in l \"
I tried the addslashes but it changes nothing.
PHP Code:<input type='text' name='description4' size='100' value='".addslashes($
data['description4_information'])."' />


Reply With Quote

Bookmarks