# Image Upload Base On PHP **Repository Path**: xie_yi_long/image-upload-base-on-php ## Basic Information - **Project Name**: Image Upload Base On PHP - **Description**: 本项目利用PHP、MySQL、nginx、HTML/CSS/JS等相关技术, 实现了jpeg/jpg/png图片的上传,并将相关数据保存到数据库中。 - **Primary Language**: PHP - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-12-13 - **Last Updated**: 2025-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Skyline Project This repository contains a simple web application for uploading images and displaying them on an HTML page. ## 📁 Structure Overview - `img_upload.php`: Handles image upload functionality - `index.html`: Main HTML page with upload form and image display - `.gitignore`: Specifies files to ignore in version control - `LICENSE`: Project licensing information - `README`: This file (currently minimal) ## 🖼️ Features - Simple image upload form - Displays uploaded images on the same page - Basic PHP backend handling file uploads ## 🚀 Getting Started 1. Ensure you have: - PHP server environment - Web server (Apache/Nginx) configured 2. Clone the repository: ```bash git clone https://gitee.com/your-username/skyline-project.git ``` 3. Place the files in your web server's document root 4. Access via browser: ``` http://localhost/index.html ``` ## 📝 Usage 1. Open `index.html` in your browser 2. Use the form to select and upload an image 3. The uploaded image will be displayed on the page ## ⚠️ Notes - This is a basic implementation and lacks advanced features like image validation and security measures - For production use, additional security and error handling would be needed ## 🤝 Contributing Contributions are welcome! Please open an issue or submit a pull request for any improvements you'd like to make. ## 📄 License This project is licensed under the MIT License - see the LICENSE file for details.