Skip to content

CrazyPingu/Heravolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heravolution

The database is made with MySQL.

To work you need to add a file called Connection.php in the folder sites, it must contain the following code:

<?php
	session_start();
	$conn = new mysqli("server ip", "username", "password" , "database name");
?>

This is a database project for university.

About

Database university project 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published