-
Prevent SQL-injection in PHP
almost 9 years ago
-
over 7 years ago
PHP MySQL injection can be easily prevented, here is how: https://www.cloudways.com/blog/protect-php-website-sql-injection/
Basically, there are two methods. You can replace with str_replace() function or use PHP Prepared Statements -
1 Comment(s)