extranet/www/graphs/phpdemo/dbdemo3_intro.php
Michael RICOIS 893f4da173 Ajout de tous les fichiers de l'extranet
Modification de certains chemins
Ajout du framework dans l'extranet
2009-02-17 13:14:53 +00:00

25 lines
994 B
PHP

<html>
<body topmargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
<div style="margin:5;">
<div style="font-family:verdana; font-weight:bold; font-size:18pt;">
Database Clickable Charts
</div>
<hr color="#000080">
<div style="font-family:verdana; font-size:10pt;">
The example demonstrates creating a clickable chart using data from a database. You can
click on a bar in the 10-year bar chart to "drill down" onto a particular year.<br><br>
To run this example, you need to set up the database as mentioned in <a href="dbdemo1_intro.php">
Database Integration Demo (1)</a>. After that, <a href="dbdemo3.php">click here</a>
to run this demo.<br><br>
If you just want to view the sample code, please use the links below:
<ul>
<li><a href="viewsource.php?file=dbdemo3.php">Source code of the clickable 10-year bar chart page</a>
<li><a href="viewsource.php?file=dbdemo3a.php">Source code of the clickable monthly bar chart page</a>
</ul>
</div>
</body>
</html>