What and How possible injection in PHP and mysql?
Answer Posted / ram
sql injection can be given along with user supplied data.
Examples of sql injection:
' or 1=1 --
' OR '1'='1. these sort of input could break into the code
by tricking the sql query.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What does empty mean in php?
Tell me which programming language does php resemble to?
What is the best way to test the strpos() return value in php?
What PHP stands for?
Can we use session in mvc?
Which is correct about mysqli and pdo?
How to get number of elements in an array?
What is implode() in php?
Explain the three different kinds of Arrays?
Why we use get in php?
Tell me how the result set of mysql be handled in php?
Tell me how to execute an sql query? How to fetch its result?
What is query string php?
How do you sort an array in php?
How do you pass a variable by value?