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
How to create an array of a group of items inside an html form?
What is a controller in php?
How long should a session last?
What is data type in php?
What is the phpstorm?
What does the function get_magic_quotes_gpc() means?
What is exception handling in php?
How can cross site request forgery csrf be prevented?
What is php date function?
What does PEAR stands for?
What are the environmental variables?
What is a php trait?
Is php harder than javascript?
What is new static in php?
Is php strongly typed?