Hi everyone,

I currently have a program in place that allows the users to conduct sql statements on a MySQL database. I would like to institute a forward and back button into my program. I am just unsure how to start a list of what sql statements the user ran since the last login. Does anyone have an idea on how to create a tempory list such as this? I don't think this would be hard to implement once I have created this list. The users are only running select statements not updates so I wouldn't have to worrry about rolling back any updates.

Thanks,