I am wanting to Join two tables together and then i am wanting to pass values from one page to another using PHP.
I have two tables, one where we are entering a task, called
JTRS
and the other called JTRS_User where we enter the id, real_name, username, and password.
The JTRS table has real_name in the table aswell.
What i am wanting to accomplish is, putting is hyper link on the real_name in JTRS and when click on the user name (using my name) Adam Bell, it ONLY gets the where real_name = Adam Bell and enters all the details in a seperate page so we can print it off. But if there if say, Chris Booth enters a task with his name, it wont show his entry in the print page.
Thanks, much appreciated.
Adam