Category: php
-
php | Email sender with QR code
Send email with inline QR code First make sure to include PHPMailer in the project
-
php | Upload image
HTML Function – Upload
-
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/