Skip to content

krish23/php-support_ticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

php-support_ticket

Php Support Ticket web application will help users to add, view, edit and delete the tickets. There are three user levels in this program.

1)Admin

2)Staffs

3)Users

Admin has all the privileges over the tickets. On the other hand, staffs have certain privileges such as provide solution, marked as solved.

This program is suitable for basic support ticket department in the company.

Free to use for educational purposes

Intruction

Edit the database in the inc/dbconfig.php file For example :

$seegee_host = "mysql2.000webhost.com"; $seegee_database = "a8804510_support"; $seegee_user = "a8804510_helpd"; $seegee_password = "krishan23";

You may want to replace the existing website path with your website path in following files :

index.php, inc/admin_staffs.php, inc/admin_staffs_edit.php, inc/a_tickets.php, inc/new_staffs.php

Futher information contact:

kkrishna@uwyo.edu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published