8000 GitHub - anwrat/Momo-Website: Website made during 12 class project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anwrat/Momo-Website

10000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Momo-Website

Website made for final project in grade 12.

Instructions on how to run this website

1st Step:

create database users;

2nd step:

create table users( id int(10) primary key, user_name varchar(100), user_pass varchar(50), user_email varchar(100) );

3rd Step:

create table admin( id int(10) primary key, admin_name varchar(100), admin_pass varchar(100) );

4th Step:

Open 'registration.php' or 'login.php'

For Admin Login:

Open admin_login.php

THen create a admin database using sql , then login using website.

Screenshots

image
image
image

About

Website made during 12 class project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0