For example:
$qry= "SELECT * FROM `table` ORDER BY `$_GET[orderBy]` ASC ;" ;
Would that leave it open to any vulnerabilities?
For example:
$qry= "SELECT * FROM `table` ORDER BY `$_GET[orderBy]` ASC ;" ;
Would that leave it open to any vulnerabilities?