Skip to content

Daphne168/php8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php8

列表頁是 list_page.php
修改頁是 edit.php
設定資料庫是 config.php

增加防竄改功能
列表頁是 list_page2.php
修改頁是 edit2.php

#config.php中 以下設定需要改為你自己的環境
define('DB_SERVERIP', '你的db server ip位址');
define('DB_USERNAME', '你的db使用者名稱');
define('DB_PASSWORD', '你的db使用者密碼');
define('DB_DATABASE', '你的db名稱');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages