While taking a university course I needed to ``squash the competition'' by
hacking together quick bar-charts with PHP.  These are not very
sophisticated, but I liked my approach because they generate very
little graphics (read: fast downloads), and when you roll a mouse over
a bar, you get numeric value for it.  Have a look at:
   http://www.thpoon.com/408/barchart.php
Input is taken from a text file.  If anyone is interested in the
source code, let me know and I'll release it.  The code is rather
trivial, though.
-- 
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end

-- 
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]

Reply via email to