hi all. I am working on the final steps of my page but i got stuck. I basically want to email a user a copy of what they bought with their other info, name address etc. I got the last part done, how to mail the address, name, etc which was easy but, is there a way to mail the results of a database query? I can show it on the page just fine, but when $row is the variable i put in the mail, all i get where what was bought, would be, i get "resource id 2 "
would i have to put the actual loop
while ($row = mysql_fetch_array($result))
in the text of the mail, or how could i go about getting what i want
matt