This question already has an answer here:
as you can see I have an error in my site:
and I alrady put the @:
$q = @$_GET['q'];
</div>
If $q
is used in a SQL query you need to handle it properly.
But to display in-page with echo
or equivalent use htmlentities($q)
1 for that part.