Code Monkey home page Code Monkey logo

reading-record's Introduction

reading-record

A simple Web interface for an avid reader who would like to keep a record of his/her reading collection electronically. (An assessed exercise for SCC130 Term 3)

../config.php Sample

if (defined("CONFIG_NO_DIRECT")) {
    define("DB_HOST", "[HOST]");
    define("DB_USER", "[USERNAME]");
    define("DB_PASSWORD", "[PASSWORD]");
    define("DB_NAME", "[NAME]");

    $genres = [
        1 => "Action and adventure",
        2 => "Art",
        3 => "Autobiography",
        4 => "Biography",
        5 => "Book review",
        6 => "Cookbook",
        7 => "Comic book",
        8 => "Diary",
        9 => "Dictionary",
        10 => "Crime",
        11 => "Encyclopedia",
        12 => "Drama",
        13 => "Fairytale",
        14 => "Health",
        15 => "Fantasy",
        16 => "History",
        17 => "Journal",
        18 => "Math",
        19 => "Horror",
        20 => "Mystery",
        21 => "Textbook",
        22 => "Poetry",
        23 => "Review",
        24 => "Science",
        25 => "Romance",
        26 => "Travel",
        27 => "Thriller"
    ];
} else {
    echo "hello, what do you think you're doing here?";
}

reading-record's People

Contributors

gabrielchl avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.