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 to replace a substring in a given string?
How cookies are transported from browsers to servers?
Is php open source?
What are global variables in php?
What is uniqid php?
Can php use gettext?
When to use get and post request?
Explain how is it possible to set an infinite execution time for php script?
Tell me how to find the length of a string?
What is a session in php?
Explain Booleans in PHP?
What are the disadvantages of php?
What is varchar mysql?
How is session id stored in browser?
What is php regular expression?