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 do I make a website field mandatory?

I am having a form. Here, i am submitting the form using java script as its necessary. If the form method is get, i am able to get in redirection page and can get the hidden values in the form. But if the form method is post, i am not able to get those hi

if i send values to database ,but in that table zeros is added ,how can i rectify the error

How do I check that a valid email address is entered?

how to access information sent trough $_GET on functions?



Custom Search