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 null function in php?
What function should you use to join array elements with a glue string?
What are the final class and final method?
What are the differences between PHP3 and PHP4 versions?
Explain the purpose of output buffering in php.
Tell me what is the importance of "action" attribute in a html form?
What is the importance of "action" attribute in a html form?
Tell me what kind of things have you done on the social side?
Differences between get, post and request methods ?
what is the default method of form in php?
PHP can be used frontend of for backend?
Differences between get and post methods?