Then it would work like the following to retrive e-mails from a record called emails.
select * from emails where username = '$current_user'.
then the e-mails would be pulled and interfaced to the user.
How in the world is this table index. I hardly believe the recored is searched from first instance and then skips until another email is realated to the current user to be displayed.
Index the e-mail table I imagine is important for quick access. How is this table indexed.
Thanks Tom