PHP 留言板實戰

Avatar of Jungting Liu.
Avatar of Jungting Liu.

PHP 留言板實戰

Ubitus - Web Solution Engineer
New Taipei City, Taiwan
► 這是利用 PHP 串接 MySQL 實作的留言板,並部署在自行架設的 AWS EC2 遠端主機。 ► 利用 Session 實作登入機制,密碼經過 password_hash 儲存,並使用 escape 防止 SQL Injection 或 XSS 等資安攻擊。 ► 具備新增、編輯、刪除本人留言的功能,可編輯個人暱稱等功能。 ► 網站 DEMO:http://heidiliu.tw/php-board/index.php
Avatar of the user.
Please login to comment.

Published: Jan 13th 2021
94
7
0

hash
AWS
MySQL
PHP

Share