[PHP] Can this be done with mail()?

2002-07-13 Thread Manuel
I need to query a database and return a resultset. A php script will then sort through the data and send the data to the browser in the form of a table. Is it possible to gather the the results with html tags and store them in a variable so that the results can be emailed to someone? If so,

RE: [PHP] Can this be done with mail()?

2002-07-13 Thread John Holmes
I need to query a database and return a resultset. A php script will then sort through the data and send the data to the browser in the form of a table. Is it possible to gather the the results with html tags and store them in a variable so that the results can be emailed to someone? If