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 is difference between static and constant in php?
What is the use of htmlspecialchars in php?
Are php session secure?
where do we use htaccess?
What are the two most common ways to start and finish a php block of code?
How to get a total number of rows available in the table?
Is php required for wordpress?
Write a program in php to reverse a number?
Which one is best framework for php?
How to access standard error stream in PHP?
How do sessions work in php?
What is difference between get and post in php?
What is the difference between characters 23 and x23?
What is the difference between Split and Explode in PHP?
How do you remove duplicates from an array?