Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 207 Bytes

File metadata and controls

2 lines (2 loc) · 207 Bytes

Preventing_SQL_InjectionAttacks

Hardening the web-form to validate that the submission is a number, as well as converting the SQL query to a prepared statement preventing a possible SQL injection attack.