sql injection basic question
Posted: Sun Mar 06, 2011 6:41 am
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
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