How is it possible to remove escape characters from a string?



How is it possible to remove escape characters from a string?..

Answer / Prashant Kumar Nag

To remove escape characters from a string in PHP, use stripslashes($string).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

difference of move(), and copy() function in php?

3 Answers  


Version of php, apache ,mysql

1 Answers  


How can you "tell" MySQL server to cache a query?

2 Answers  


Do I need to install php after xampp?

1 Answers  


I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??

1 Answers  


Explain what is the difference between session and cookie?

1 Answers  


What is nginx and what is it used for?

1 Answers  


How we load all classes that placed in different directory in one php file , means how to do auto load classes.

1 Answers  


What is meant by session in php?

1 Answers  


Why does php need server?

1 Answers  


Why do we use polymorphism in php?

1 Answers  


Is numeric in php?

1 Answers  


Categories