I was told in a previous question that my query is prone to SQL injections.
get_stats = mysql_query("SELECT *
FROM visitors
WHERE site='$_GET[site]'
AND date BETWEEN '$start_date' AND '$end_date' ");
What would be the easiest way to approach this problem? And do you have some further reading on the subject of injections? (something that I might miss on Google). Thanks!

';wreak havoc; --, but I've yet to hit a DB that implements thewreakstatement. One of these days... – Eric Sep 11 at 21:22;drop database---like attacks won't work in this case ;-) – VolkerK Sep 11 at 21:33