Posts by yuri • 31 points
1 post
-
2
votes4
answers1666
viewsQ: SQL Injection via url
At the moment my site is as www.site.com.br/blablabla_id_2 for the definition of pages. I use mysqli to do database searches with this id. $id = $_GET['id']; $result = mysqli_query($con,"SELECT *…