Get the Data from a while mysql_fetch_array
Posted: Fri Jun 27, 2008 7:55 am
Greetings,
Starting off Highlevel: I am trying to perform a query of my database and email the person who filled out the form the results. I am able to setup the form submission, perform the query and echo all of the results out to the screen using while and the mysql_fetch_array. I can add the email code to send the information after each result. However, I want the user to only receive one email.
How do I send all of the results in one email?
Thanks,
Akbbell
Starting off Highlevel: I am trying to perform a query of my database and email the person who filled out the form the results. I am able to setup the form submission, perform the query and echo all of the results out to the screen using while and the mysql_fetch_array. I can add the email code to send the information after each result. However, I want the user to only receive one email.
How do I send all of the results in one email?
Thanks,
Akbbell