Gossamer Forum
Quote Reply
Statistic plugin?
Is there someone working on a statistic or Top-XYZ plugin?

For Example Hedalines .....
Show the headlines of the 5 last records which are added,
by SSI call on the Main-Homepage.

or total number of records
by SSI call on the Main-Homepage

something in this direction

Michael

Quote Reply
Re: Statistic plugin? In reply to
The first one would not be too difficult...basically use ORDER BY DateAdded DESC LIMIT 5 within the SQL statement.

The second would not be difficult at all..simply SELECT * (all records).

Regards,

Eliot Lee
Quote Reply
Re: Statistic plugin? In reply to
Hi Eliot,

sorry Iīm not a mysql programer, so I donīt know what you mean.

I would need an example code, which I can call by SSI.

Any reference?

Michael

Quote Reply
Re: Statistic plugin? In reply to
Yea...jump.cgi, add.cgi, modify.cgi, search.cgi, etc...Wink

Also refer to http://www.mysql.com web site.

Regards,

Eliot Lee