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 |
Is it possible to use com component in php?
Which php mvc framework is best?
How do you explain independent and dependent variables?
How I can control asset documents without GR/IR?
0 Answers i2U Systems, Industrial Hand Protection, Mutha Technosoft,
Who is the father of PHP and explain the changes in PHP versions?
13 Answers Befree, iMark Group, Netizen,
Tell me when a conditional statement is ended with an endif?
Which is best framework for php?
What changes I have to do in php.ini file for file uploading?
What is the purpose of a query?
Tell me what is the meaning of a final class and a final method?
what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons
Tell me what is the use of "ksort" in php?