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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

0 Answers   Amazon, FGD,


How can image properties be retrieved in php?

0 Answers  


What is the current php version?

0 Answers  


Do you know what is use of count() function in php?

0 Answers  


What does csrf token mismatch mean?

0 Answers  


How can you create a session in php?

0 Answers  


How do you check if a variable has been set in php?

0 Answers  


What type of comments are supported by PHP.

0 Answers  


please send me the interview questions and answers to my mail id : srikanthgovardana@yahoo.com or srikanthgovardana@gmail.com

0 Answers  


What is the default time of cookie in php?

0 Answers  


Can php variables have numbers?

0 Answers  


What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?

7 Answers   HCL,


Categories