PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

How do I remove escape characters from data?


You can do this using the stripslashes function, so for instance here is an example of removing the escape characters before apostrophes in a string:

<?php
$data 
"I\'m the king of the castle";
echo 
stripslashes($data); //I'm the king of the castle
?>

Comments on this Question/Answer

Can I eliminate escape character from data with out using magic quotes methods
By: vipin s v, 16 Jul 2009 02:06:42



Reply to comments / post your own comment >>>

ASK A QUESTION

More forms PHP Questions

how to display like table from database records?

How do you check for an empty field in a form?

How can I check that a data value is alphanumeric?

is it possible to submit a form without a submit button

DYnamic Dropbox when I select a value it has to add a textbox to a specific position in the form how do I do it?? If I could change the dropbox in a textbox and make it add Textboxes depending on the number typed it would be even better but dont think th



Custom Search