Skip to content

hsinju0511/DB_2018NCTU

Repository files navigation

Final Project of Database Systems (2018 Spring)

Folder Structure

/auth
    (Backend files relative to "Auth")
/css
    (Css files)
/database
    (Main files of db operations)
home.php
    (Files of the view)

The sample structure TAs provided is:

/example
    /auth
        login.php
    /css
        announce.css
        event.css
        home.css
        login.css
    /database
        auth.php
        database.php
    anncs.php
    events.php
    home.php
    login.php
    signup.php

For example, if you want to manage the control of anncs.php, you may do the following changes by adding files (remark *):

/example
    /anncs *
        add.php *
        delete.php *
        edit.php *
    /auth
        login.php
    /css
        announce.css
        event.css
        home.css
        login.css
    /database
        anncs.php *
        auth.php
        database.php
    anncs.php
    events.php
    home.php
    login.php
    signup.php

Diagram

Alt text

Form post

There are several methods such as GET, POST , PUT, etc, for the web applications to transfer data between the websites. In login.php, I use the mothod POST there.

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published