> 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? if you know perl, you should check out DBI. Read all about it at www.cpan.org. It's pretty similar to the php database interface.
- Re: [SQL] a script that queries database periodically Serge Canizares
- Re: [SQL] a script that queries database periodically Poul L. Christiansen
- Re: [SQL] a script that queries database periodi... Roberto Mello
- Re: [PHP-DB] Re: [SQL] a script that queries... Jason
- Re: [PHP-DB] Re: [SQL] a script that que... Roberto Mello
- Re: [PHP] Re: [PHP-DB] Re: [SQL] a s... Joe Stump
- Re: [PHP-DB] Re: [SQL] a script that... clayton cottingham
- Re: [GENERAL] Re: [PHP-DB] Re: [SQL]... Dan Wilson
- Re: [SQL] a script that queries database periodi... Mathijs Brands
- RE: [SQL] a script that queries database periodically Wojciech Milek
- Re: [GENERAL] Re: [PHP] a script that queries databas... Jason
- Re: [GENERAL] Re: [PHP] a script that queries da... Miles Thompson
- [SQL] Re: [PHP] a script that queries database period... Folke Ashberg