SQL and general input safety


If your website is taking data from the user in anyway, whether it be a search bar, a login form, or register form, without proper safety measures you can suffer an SQL injection attack. SQL injection will basically let the end user run queries on your database, meaning they will be able to read data, [...]