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 what is the main difference between require() and require_once()?
Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??
What is the purpose of a query?
Explain object-oriented methodology in php?
What is serialization in php?
Write a program to get second highest number in an array using php?
List functions available to sort an php array?
How does php session work?
when we use ob_start() function in php then the header() and session_start() does not gives the error like header already sent,please explain in brief
Which cryptographic extension provide generation and verification of digital signatures?
how set session expire time in php?
How does api connect to database?