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 |
Explain Type juggling?
What software is required for php?
What are Routines?
Tell me what is mean by an associative array?
What is api laravel?
Functions in IMAP, POP3 AND LDAP?
1 Answers Rushmore Consultancy,
when we select some checkboxes and we went for next page if we came back to prevoius page the selcted checkboxe should be checked
Why do we use cookie?
What are the uses of explode() function?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
How to create reusable code in php?
How do you parse and process html/xml in php?