Hi all.
I am creating a helpdesk system with php and mysql.
The intention is to have all staff login an submit issues.
I would like to have staff logged in automatically. Like some how the system detects who is logged in based of current user name or something.
then ill compare this to a staff table populated with forename, surname, windows login and email. if they are there....... ie one of these fields matches up then they are automatically allowed to submit data onto the system.
anyone able to point me in a good direction with this?
many many thanks!