Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.73 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.73 KB

5203-Ticket-Support-XML

Ticket Support System with admin/ user log in functionality implemented using XML, XML DOM and PHP DOM. A user can submit a ticket, which can be viewed by the user who submitted it as well as the admin user. For each ticket, the admin and the user can exchange messages, to discuss and resolve the issue. Once the ticket is closed, the admin can click on the "Close Ticket" button to close the ticket.

Both the admin and clients users can see the list of tickets, once they log in. CSS was used to improve the visual representation of the pages. PHP was used to create dynamic pages.

Screenshots

home-validation

error-unauthorized

error-admin

home-logout

client-panel

client-detail

admin-panel

admin-detail-open

admin-detail-close