Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 381 Bytes

File metadata and controls

8 lines (5 loc) · 381 Bytes

Borum

Start Date for Project: November 13, 2018

Preventing SQL Injection to Secure Databases

This project uses PHP, MySQL, and SQL to create a website that is not vulnerable to SQL Injection. The project uses functions such as mysqli_real_escape_string() and urlencode() to deal with hacking techniques designed to alter, destroy, expose, or exploit the database.