i heard a lot about mysql injection, dont know how actually people exploit it.
I normally query my mysql like this...
[PHP]select * from table where id-='$_GET[id]'[/PHP]
is this safe way of quering the database?
I normally query my mysql like this...
[PHP]select * from table where id-='$_GET[id]'[/PHP]
is this safe way of quering the database?
Comment