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
What are the 3 types of sessions?
Why do we use hooks?
what is PDO?
How to find the length of a string?
How to call a php function from another php file?
Why did you choose this particular career path?
Which is better php or nodejs?
What is reference variable php?
Explain Type juggling?
How do you explain independent and dependent variables?
How do you use an array in excel?
What is isset function in php?
How are cookies created?
How would you declare a function that receives one parameter name hello?
Is echo a function in php?