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
Explain how we can get the number of elements in an array?
How come the code works, but doesn’t for two-dimensional array of mine?
What is use of preg_replace in php?
What is explode() in php?
How to create an array of a group of items inside an html form?
What is the difference between print() and echo()?
Tell me how can we determine whether a variable is set?
What is difference between echo and print_r in php?
How to convert a json string to an array in php?
What is $_ request?
Is null function in php?
What is the use of token in php?
Is php used anymore?
What is the use of "ksort" in php?
Explain how to submit form without a submit button.