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 |
how prepare the testing documentation.
What is the use of the function htmlentities?
What is the difference between core php and php?
What is the purpose of the '.frm' file extension? What do thes file contain?
How to pad an array with the same value multiple times?
How to specify argument default values?
hello experts good morning to everyone ! at present am now learning LAMP course sir( linux, apache,mysql and php) after finishing this course can i create my own website without investment is it possible ? please can any one tell sir and also tell me how can i upload my project after finishing the project in internet ? please tell the ways sir please send ur valuable suggestions to kiranpulsar2007@gmail.com
How to convert a string to uppercase in php?
How is traits used in php?
What are properties in php?
How to get the number of visitors in a site?
What is php trait?