simple image gallery
v.0.0.1
具有PHP,HTML,JQUERY,AJAX,JSON,BOOTSTRAP,CSS和MYSQL的功能功能齊全的功能齊全的圖像庫。該項目包括一個詳細的分步解決方案,其中包含代碼說明和文檔,使其成為全面學習教程。
主題: php , mysql , blog , ajax , bootstrap , jquery , css , image gallery , file upload

克隆存儲庫:
git clone https://github.com/yourusername/simple-image-gallery.git導航到項目目錄:
cd simple-image-gallery設置數據庫:
image_gallery的MySQL數據庫。mysql -u yourusername -p image_gallery < db/database.sql更新數據庫配置:
config.sample.php to config.php : cp config.sample.php config.phpconfig.php並更新數據庫配置詳細信息。目錄許可:
chmod 777 assets/uploadsconfig.php並更新數據庫配置詳細信息。啟動開發服務器:
php -S localhost:8000訪問應用程序:
http://localhost:8000 。這是您的簡單圖像 - 遊戲應用程序的基本文件結構:
simple-image-gallery/
│
├── index.html
├── db/
│ └── database.sql
├── src/
│ ├── fetch-image.php
│ └── upload.php
├── include/
│ ├── config.sample.php
│ └── db.php
├── assets/
│ ├── css/
│ │ └── style.css
│ ├── js/
│ │ └── script.js
│ └── uploads/
│ │ └── (uploaded images will be stored here)
├── README.md
└── .gitignore