[PHP] Email results

2004-01-20 Thread BigMark
A: How can i send an email with the contents of a table B: can it be sent automatically when a certain field has data. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Email results

2004-01-20 Thread Jason Wong
On Wednesday 21 January 2004 11:46, BigMark wrote: A: How can i send an email with the contents of a table Assuming a database table: 1) query database 2) format results into a nice string 3) mail() it B: can it be sent automatically when a certain field has data. Yes. -- Jason Wong -