Skip to content

CarlosRodrigo/assignment10

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time-Sheet

Instructions to setup database

  1. Set up pass.php
    • go to timesheet/bin
    • create a new php file and name it pass.php
    • copy and paste this code with the related passwords for reader, writer and admin
    • /* passwords for your database */
      $dbReader="";
      $dbWriter="";
      $dbAdmin="";
      ?>

About

Final CS 148 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 68.7%
  • JavaScript 27.7%
  • CSS 3.6%