Recently i came to know about sql injection .Its nothing but giving
sql query as user input in html form tag which will make the php
interpreter at the server side to execute that .But this thing is not
possible right because whatever input we enter at the html tag will be
taken as text that is within "" . suppose if i enter "drop table
users" in html registration form . i stored as such in database like
"drop table users".How php interpreter will execute this as a query ?
sql query as user input in html form tag which will make the php
interpreter at the server side to execute that .But this thing is not
possible right because whatever input we enter at the html tag will be
taken as text that is within "" . suppose if i enter "drop table
users" in html registration form . i stored as such in database like
"drop table users".How php interpreter will execute this as a query ?
Comment