Art-Gallery

Art Gallery DBMS project using PHP, mySQL.

MIT License

Stars
4
Committers
1

Art-Gallery

Feel Free To Contribute.

This Repo is Art-Gallery management DBMS Project using PHP7.x, PHPmyadmin, mySQL5.x

Features

  1. User registrationa and login
  2. Image uploads
  3. Like your favourite Picture or Artist.
  4. Sessions

test account - [email protected] password - 1234

Setup

Change credentials in config.php.

<?php $con = mysqli_connect("localhost","user","password","database") or die(mysqli_error()); ?>  

Open PHPmyadmin create a database named project. Import the carparkingsystem.sql file in database folder.

Related Projects