Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 671 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 671 Bytes

Art_store

Website Developed in PHP, retrieving images from database and can perform basic search functions **Projected Created By: Vij Madhav * * ################# Instruction To Run The Project ################# * * Please extract the images from art.zip before running the project Software Stack Used: XAMPP ** *PHP Version: 7.0.9 *Server: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/7.0.9 *Database: mysqlnd 5.0.12 **

Database Credentials ** servername = "localhost"; username = "root"; password = ""; dbname = "art_store"; **

After Setting Up The Environment GoTO: http://localhost/project3_vij/

END