#PHP. MYSQL #upload files

Import Excel Data on MySQL Database Using PHP

Simple code to import excel data to MySQL using PHP. This all code is simple and useful for all beginners. Download and enjoy. Instructions: 1. Extract the zip file. 2. create database "excelimport". 3. Goto db folder. 4. Import "excelimport.sql" file into database. 5. Example excel file "users.xlsx" Run and enjoy. If you have any query just let me know this mail id [email protected] Thanks.

Simple Photo Sharing Code in PHP

Simple photo sharing code in php lets user to create their own profile, album and blog. It was created to help beginners who want to explore their knowledge in this programming language. The features of this system are: 1. Upload,edit,share photos 2. Hash tag 3. Compression (using imagick) 4. Album 5. Blog 6. Compatible on mobile device. Updated: 1. Works Without Imagick Also. 2. Profile Updated

File Upload using PHP and MySQL

This system enable user to; 1. Log in to the system 2. Upload files 3. Delete files 4. Download files If you are interested on this project please modify it by adding; 1. User manager module 2. User activities tracking module 3. More security features NB: Files are saved in server and only location is saved to database. USERNAME: admin PASSWORD: 123456 Previously, this project was done by josina08