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...
Answers were Sorted based on User's Feedback
Answer / 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 |
What are arguments in php?
Explain me what is x+ mode in fopen() used for?
Tell me what is the difference between ereg_replace() and eregi_replace()?
Explain the difference between urlencode and urldecode?
To find out the current year is leap year or not which date() function we've to use.Give the syntax also
How to call php function in jquery?
What is mod_php?
How do you put a space in html?
What is the use of Mbstring?
Which framework is best for php development?
How to download and install php on windows?
Are static variables final?