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 / asish kumar khuntia(mithu)
When a special char like ', " etc, are passing through we
are add slashes
we remove those things through stripslashes(\'abc'\);
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Write a program to find no of days between two dates in php?
What is framework? How it works? What is advantage?
What is $_ post in php?
What is the difference between null and empty?
Do I need apache for php?
Is php session id unique?
What is difference between include,require,include_once and require_once()?
Is it possible multiple inheritance in php?
How to enable error reporting in php?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
Which is a perfect example of runtime polymorphism?
What is isset and unset in php?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
Why do we use php?
Why does php need server?