Skip to content
  • Jared Hancock's avatar
    70aca893
    Remove SQL injection vulnerabilities · 70aca893
    Jared Hancock authored
    Map each of the inputs from $_POST['ids'] into a separate, sanitized
    database input (via the db_input() function), then implode() the array with
    commas and build the SQL statement.
    70aca893
    Remove SQL injection vulnerabilities
    Jared Hancock authored
    Map each of the inputs from $_POST['ids'] into a separate, sanitized
    database input (via the db_input() function), then implode() the array with
    commas and build the SQL statement.
Loading