<html>
<head>
<title>PBJ Graph</title>
</head>
<body>
<table width="300">
<tr>
<td>The image below is a graph of how many
sandwiches I have or expect to eat in the months of June, July,
August, and September. Yes, I am gluttonous.
</td>
</tr>
<tr>
<td>
<img src="bar_graph_test.php" />
</td>
</tr>
<tr>
<td>This class requires the GD library to be installed on the server.
Do not forget to set the font path appropriately in the graph method.
Please contact Scott Mattocks with any questions or comments. Email:
mttcks@hotmail.com (make sure to put something about bar graphs in the
subject line)
</table>
</body>
</html>
|