Im new to this forum, and would like some help if possible.
My PHP/MySQL programming level is novice to intermediate level, so bear with me.
Anyway, my point is that I am trying to write a login script (PHP Login form)that will show a specific table view based on the user who logged. I have a search feature in my web database program that provides a generated table view based on the results. Say, for example, I search for a specific tech, plug in the tech’s name and a table is generated with only the work orders assigned to that specific tech.
My goal is to create a type if login that would do the same thing.
A tech logs in, the text input is compared with a user table in the database, the tech is authenticated and the work orders that are assigned to that tech are displayed on screen via a PHP generated table view etc...
I hope this is not too much verbiage and I was able to articulate my needs accurately.
