Thanks for you help in advance!
I have a trouble ticket system that I have written that requires login via username and password. I have included "administrator" and its password in the "users" table (mysql).
My question or problem is as follows:
I would like to have a page return results based on the username.
If the username is any name other than (not) "administrator" display some results from mysql. (this it already does)
If the username is "administrator" display the same results as above but include an html form for responding to the "trouble ticket detail" (such as repling to the ticket and/or closing it) Currently this is displayed on a separate page. I am just trying to save a click where I can.
Any help would be greatly appreciated. I'm thinking this may be a "session" area problem, but I am unsure.
Thanks again.