Re: [PHP] RE: [SQL] a script that queries database periodically

From: "JB" <jbeebe(at)aimsmarketing(dot)com>
To: "PHP_DB" <php-db(at)lists(dot)php(dot)net>, "PHP_General" <php-general(at)lists(dot)php(dot)net>, "PGSQL-SQL" <pgsql-sql(at)postgresql(dot)org>, "PGSQL-GENERAL" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [PHP] RE: [SQL] a script that queries database periodically
Date: 2000-11-30 11:41:50
Message-ID: 00b301c05ac2$8a2f8820$47ee8acf@primenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

I'm sure the convience of having the reports emailed on a specific day is
what you're looking for. But why not just code your PHP to do your
mysql_query() and mail() and place it on a webserver. Obviously have a
simple hardcoded login so just not anyone can request the reports. That way
your boss can get the goods whenever, maybe he might need them mid-month or
something comes up. He'll be able to go to the URL, enter his name and pw
and hit submit and he has them.

Not like this answered your question, just a suggestion to make it easier if
a web gateway is an option.

----- Original Message -----
From: Wojciech Milek <wojciech(dot)milek(at)demo(dot)pl>
To: Bernie Huang <bernie(dot)huang(at)ec(dot)gc(dot)ca>; PHP_DB <php-db(at)lists(dot)php(dot)net>;
PHP_General <php-general(at)lists(dot)php(dot)net>; PGSQL-SQL
<pgsql-sql(at)postgresql(dot)org>; PGSQL-GENERAL <pgsql-general(at)postgresql(dot)org>
Sent: Thursday, November 30, 2000 6:16 PM
Subject: [PHP] RE: [SQL] a script that queries database periodically

> Hi!
>
> You can compile PHP without HTTP server support then you get php exec
> 'shell'
>
> and:
>
> #!/usr/local/bin/php
> <?
>
>
> echo "hello!";
>
> ?>
>
> > -----Original Message-----
> > From: pgsql-sql-owner(at)postgresql(dot)org
> > [mailto:pgsql-sql-owner(at)postgresql(dot)org]On Behalf Of Bernie Huang
> > Sent: Monday, November 27, 2000 8:23 PM
> > To: PHP_DB; PHP_General; PGSQL-SQL; PGSQL-GENERAL
> > Subject: [SQL] a script that queries database periodically
> >
> >
> > 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 General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe(at)lists(dot)php(dot)net
> For additional commands, e-mail: php-general-help(at)lists(dot)php(dot)net
> To contact the list administrators, e-mail: php-list-admin(at)lists(dot)php(dot)net
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert B. Easter 2000-11-30 12:15:44 Re: calling plsql functions
Previous Message Gordan Bobic 2000-11-30 10:58:33 Built in Functions use with recordsets

Browse pgsql-sql by date

  From Date Subject
Next Message martin.chantler 2000-11-30 14:50:04 Can PostGreSQL handle 100 user database?
Previous Message Joseph Shraibman 2000-11-30 02:54:53 alter table question