Date: 11/27/00
- Next message: Brett W. McCoy: "[PHP-DB] Re: [SQL] a script that queries database periodically"
- Previous message: Olivier Thauvin: "[PHP-DB] Pb on update"
- Next in thread: Brett W. McCoy: "[PHP-DB] Re: [SQL] a script that queries database periodically"
- Reply: Brett W. McCoy: "[PHP-DB] Re: [SQL] a script that queries database periodically"
- Reply: Folke Ashberg: "[PHP-DB] Re: [PHP] a script that queries database periodically"
- Reply: Mathijs Brands: "[PHP-DB] Re: [SQL] a script that queries database periodically"
- Reply: Jason: "[PHP-DB] Re: [PHP] a script that queries database periodically"
- Reply: Poul L. Christiansen: "[PHP-DB] Re: [SQL] a script that queries database periodically"
- Reply: Wojciech Milek: "[PHP-DB] RE: [SQL] a script that queries database periodically"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
My boss wants me to write a script that will send a email report to him
monthly with the result of database queries.
For example, an email would be like:
Monthly report
+----------+---------+---------------+
| Vehicles | Mileage | # of Signouts |
+----------+---------+---------------+
| Vehicle1 | 10324 | 5 |
+----------+---------+---------------+
| Vehicle2 | 19384 | 6 |
+----------+---------+---------------+
...
I was thinking of writing up a PHP script and put into crontab, which is
somehow easier than a shell script, but PHP is an apache module, so I
cannot execute PHP under crontab (it has to be executed in a browser
right?). I guess a shell script is necessary. So, is it possible to
call 'psql' and returning its query result and I can use sendmail to
email the result? Any other idea?
Thanks.
- Bernie
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Brett W. McCoy: "[PHP-DB] Re: [SQL] a script that queries database periodically"
- Previous message: Olivier Thauvin: "[PHP-DB] Pb on update"
- Next in thread: Brett W. McCoy: "[PHP-DB] Re: [SQL] a script that queries database periodically"
- Reply: Brett W. McCoy: "[PHP-DB] Re: [SQL] a script that queries database periodically"
- Reply: Folke Ashberg: "[PHP-DB] Re: [PHP] a script that queries database periodically"
- Reply: Mathijs Brands: "[PHP-DB] Re: [SQL] a script that queries database periodically"
- Reply: Jason: "[PHP-DB] Re: [PHP] a script that queries database periodically"
- Reply: Poul L. Christiansen: "[PHP-DB] Re: [SQL] a script that queries database periodically"
- Reply: Wojciech Milek: "[PHP-DB] RE: [SQL] a script that queries database periodically"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

