Giter Site home page Giter Site logo

user-registration-system's Introduction

SETTING UP PROJECT WITH XAMPP

  1. Download Xampp at https://www.apachefriends.org/index.html
  2. Install Xampp
  3. Open Xampp and Start application
  4. Volumes -> Mount
  5. Click Explore to open Xampp folder
  6. Create folder project00 inside htdocs
  7. Download this project and copy all the files to project00

SET UP DATABASE

  1. Open Xampp phpMyAdmin with http://localhost:8080/phpmyadmin
  2. Create Database named project00
  3. Create 2 tables

First table named register_account with 5 columes: id (set AUTO_INCREMENT under EXTRA), username, password, first_name, and last_name.

Second table named user_address with 10 columes: id (set AUTO_INCREMENT under EXTRA), user_id, street, city, state, zipcode, street_2, city_2, state_2, zipcode_2

   NOTE: Set all columes except id with TYPE Varchar and LENGTH 255    

RUN XAMPP

  1. Open Xampp
  2. Start application
  3. Service -> Start
  4. Network -> Enable
  5. Volumes -> Mount

OPEN APPLICATION

Project is now live at "http://localhost:8080/project00/

user-registration-system's People

Contributors

rachelspdo avatar

Watchers

James Cloos 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.