Re: [PHP] a script that queries database periodically

Поиск
Список
Период
Сортировка
От Jason
Тема Re: [PHP] a script that queries database periodically
Дата
Msg-id 20001127135438.B27680@jnj.org
обсуждение исходный текст
Список pgsql-general
> 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.

В списке pgsql-general по дате отправления:

Предыдущее
От: Nelio Alves Pereira Filho
Дата:
Сообщение: Help with Procedures in PL/pgsql
Следующее
От: Kublai Khan
Дата:
Сообщение: Reading privileges