is there any chance of sql injection through selectbox( dynamically created or static)

Posted by I Like PHP on Stack Overflow See other posts from Stack Overflow or by I Like PHP
Published on 2010-05-21T05:10:28Z Indexed on 2010/05/21 5:20 UTC
Read the original article Hit count: 355

Filed under:
|
|

Hello All,

i want to know that is there any chance of SQL injection via selectbox options? if yes then will u please show some demonstration(or refer any link). and also tell me how do we prevent sql injection in selectbox.(using PHP MYSQL)

one more: if i create a selectbox dynamically( based on options of another select box) then is there any chance of SQLinjection?

Thanking you.

© Stack Overflow or respective owner

Related posts about selectbox

Related posts about sql-injection