0

Good day I'm new here and i want to ask if this code is safe on SQL injection?

$stmt = $conn->prepare("Select * from PersonalInformation where ApplicantUID=? and EmailAddress=?");
$stmt->execute(array($_SESSION['ApplicantUID'], $_SESSION['EmailAddress']));

I'm new using the PDO syntax.

0 Answers0