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 / amjith ps (http://beyondaltitu
stripslashes($string);
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can php replace javascript?
What are the differences between php constants and variables?
Is rent a variable cost?
How to redirect a url from http to https in .htaccess?
What are the popular frameworks in php?
Explain some of the php array functions?
What is class extend in php?
What is the w3c?
What are the uses of explode() function?
How to parse configuration file in php?
Can you specify the "new line" character in single-quoted strings?
How to run a php script?
Is it possible to remove the html tags from data?
Differentiate between require and include?
What is php and why we use it?