Hi am new to hacking activity. I try practicing basic sql injection by adding a quote mark
As i am doing it on my own web page and not securing the query,
which is look like below mysql_query("SELECT FROM table WHERE id='".$_GET['id']."'");
then a warning notice should appear when single quote mark being added.
but i only got a blank page there. what is missing there?
thx in advance
sql injection basic question
-
- Posts: 5
- Joined: Tue Feb 01, 2011 5:41 pm