Code-php+MySQL (en)
4 Docs
dataValidate (en)
Last Updated: 2026-09-15A set of PHP form validation functions that use ereg() regular expressions to check fields, email, HKID, phone number, and birth date.
DB-Connect MySQL (en)
Last Updated: 2026-09-15Connect to a MySQL database with mysqli_connect() — pass in servername, username and password.
php file upload (en)
Last Updated: 2026-09-15Upload an image with PHP — checks for a real image, duplicates, size and format before saving to uploads/.
phpMailForm (en)
Last Updated: 2026-09-15An application form with an HTML form and PHP mail(); posts to mail_handler.php to send the email.
