You can use some coding and a few 1 pixel gifs to do this also
<img src="reddot.gif" width="<?php echo $width ?> height="10">
assuming you had made a red one pixel gif and called it reddot.gif that
would draw a bar 10 pixels high with a width of $width. With a short script
you can make bar graphs with a lot less overhead than using GD.
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
----- Original Message -----
From: Ali <[EMAIL PROTECTED]>
To: 'Php-General (E-mail)' <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 10:37 AM
Subject: [PHP] create bar chart
> Hello,
>
> how it is possible to create a bar chart in php? I appreciate any hint.
>
> Ali
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]