I have a php table that has 5-6 entries of different data that has been compiled from a php form. All of the entries have one common denominator, the username. When the information is all collected and the user hits submit on the form I want to collect all the data for that username format it and e-mail it. How do I do that? Is there a way to pull all the information into one place to e-mail it?