Hello,
Im sorry for the vague aspect of my post I'm fairly new to all this and don't really know what is needed. I am using mysql database. My idea is to use a query sorta like this.
Select id, sender, reciever, desc, date From where sender or reciever = $membername
The table I want to show up is just for that user that is logged in such as this.
if they made two trades the code searchs the entire shares table and finds if they were involved in any and if so returns the id# Desc and date and rather it was recieved or sent.
Transaction ID TO/From Description Date
232123 From NYE 11/13/04
453536 To IBM 12/11/03
Like that sorta I hope that clarifies and if not just let me know what you need to know and I appreciate the links.