Skip to content

jeremykid/C391Proj1

 
 

Repository files navigation

C391Proj1
=========

Radiology Web App

Copy the files in C391Proj1 folder into you php folder:

/compsci/webdocs/<userid>/web_docs/

and access with it like:

http://consort.cs.ualberta.ca/~userid/php_file.php


HAVE TO RUN THE SCRIPT TO TEST ENTERING DATA AND SEARCHING.


SESSION VARIABLES USED IN PROJECT:

-To resume a session you have to declare: 

-session_start();

-before you can use a session variable.

-

-

-$_SESSION['person_id']

-  This stores the person id of the person currently logged in.

-  

-$_SESSION['person_class']

-  This stores the person class that the user currenly logged in is.

-  The classes are:

-    a - administrator

-    p - patient

-    d - doctor

-    r - radiologist

About

Radiology Web App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.1%
  • PHP 29.7%
  • CSS 21.9%
  • JavaScript 2.7%
  • Other 1.6%