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
How can you increase the maximum execution time of a script in php?
Explain briefly about a search-friendly site looks like?
Explain me how failures in execution are handled with include() and require() functions?
How to get ip address of clients machine?
How to call php function from javascript using ajax?
Differentiate between require and include?
What are arguments in php?
What is overloading in php?
Tell me what is the difference between the functions strstr() and stristr()?
Tell me are parent constructors called implicitly inside a class constructor?
How to do single and multi line comment in php?
What is the super method?
Tell me what is pear?
What are the variables in php?
What is the difference between rest and soap?