
June 19th, 2001, 04:45 PM
|
|
Contributing User
|
|
Join Date: Jan 2001
Location: Austria
Posts: 63
Time spent in forums: 1 h 41 m 14 sec
Reputation Power: 13
|
|
|
depends on how your website is served!
if you run apache on unix you can install the gd-libraries, and php.
with gd support you can write scripts in php that can create png and jpeg files. the good thing about php is that you can filter for example your server logfiles, and based on this data you can make your images created.
this also means that your data is always up to date because the moment someone watches the statistics on the apprpriate webpage the images are created on the fly using the latest data.
hope this is what you are looking for.
if so, the go over to the php forum and search for "gd library"
|