when we submit any string in single inverted comma('abc')
with get or post method,we will get exact string with single
inverted comma('abc')by using $_REQUEST[]. But it is giving
(\'abc\'). so anybody please help me to remove that
slash,therefore i will get exact string...
Answer Posted / amjith ps (http://beyondaltitu
stripslashes($string);
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do I check environment variables?
How long is csrf token?
How to download file in php?
Is key exist in array php?
What is csrf cookie?
Can we set session value in javascript?
What is use of htmlspecialchars php?
How to create a table to store files?
Whether php supports microsoft sql server?
What is abstract class in php?
What is put method in php?
What is the timeout period on session values?
Is there an easy way to delete an element from a php array?
Which is not a php magic constant?
How to call a php function from html button?