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
Tell me how stop the execution of a php scrip?
What is the role of php?
What are php magic methods/functions?
Which of the delimiter is ASP style?
What is the difference between abstract class and interface in php?
Why do we show php code in browser?
Tell me how comparison of objects is done in php5?
How to get complete current page url in php?
Is php an api?
How To Get the Uploaded File Information in the Receiving Script?
What is the use of dual table in mysql?
What is the special meaning of __sleep and __wakeup?
What is escape data in php?
What is the role of php.ini file?
Is PHP an open source software?