is this code vulnerable to sql injection ? I couldn't exploit it in the app but i want to be sure if there any one here that can confirm it
$sql = $db->query('SELECT * FROM {registrations} WHERE token = ?',array(Get::val('token')));
is this code vulnerable to sql injection ? I couldn't exploit it in the app but i want to be sure if there any one here that can confirm it
$sql = $db->query('SELECT * FROM {registrations} WHERE token = ?',array(Get::val('token')));