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 websites use php?
What is a helper function?
Where are php configuration settings stored?
What do you mean range() in php?
What is the use of mysql_fetch_assoc in php?
What is use of htmlspecialchars php?
How to reset/destroy a cookie in php?
How escape single quotes php?
What is the difference between overloading and overriding in php?
How to get the IP address of the client/user in PHP?
How to pass variables and data from php to javascript?
What is the basic syntax of Php?