Tag: Insert
-
PHP | MYSQL CONNECT, INSERT, SELECT, UPDATE II
This method is more secure Resource: https://www.php.net/manual/en/mysqli-stmt.bind-param.php https://www.w3schools.com/php/php_mysql_prepared_statements.asp
-
php | Wrap input value for security
To prevent misusing inputs for SQL injection You should wrap the output in htmlspecialchars() for security. https://radu.link/keep-form-data-submit-refresh-php/