[PHP-DB] Drawing Chart

2003-01-02 Thread Allens
Matthias,
  I've pondered this for sometime. I've been abused by PC Co-Workers 
about the lack of a Chart Generator via HTML on the Mac. What we do is 
generate the report via PHP/MySQL and distribute the data on the web in 
a columned table format. Then you just copy the data and field header 
section of the page and then paste it in MS Excel. Then just use the 
Chart Wizard in Excel and create as you will. You must use IE though. 
Netscape 7.x for OS X copies the data in a (raw) text format that Excel 
won't separate into cells by default. It really is that simple. Works 
in AppleWorks as well. Hope this helps.

:)
  Gale L. Allen Jr
  Macintosh Support Specialist
865/947-5740

  Remember, Love wins over all
(:

[PHP-DB] Drawing chart

2003-01-01 Thread Matthias Steiner
I'd like to have PHP drawing a chart based on temperature data in a mySQL
database.

Before I start inventing the wheel: does anybody know about finished code
which produces a *.png-Chart from a table of values in a database?

Gruss,
Matthias


--
Steiner Matthias
Student of Telematics
University of Technology, Graz, Austria
http://web.utanet.at/steiner/




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Drawing chart

2003-01-01 Thread Jason Wong
On Thursday 02 January 2003 07:27, Matthias Steiner wrote:
 I'd like to have PHP drawing a chart based on temperature data in a mySQL
 database.

 Before I start inventing the wheel: does anybody know about finished code
 which produces a *.png-Chart from a table of values in a database?

google  jpgraph

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *


/*
The longest part of the journey is said to be the passing of the gate.
-- Marcus Terentius Varro
*/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Drawing chart

2003-01-01 Thread John Coder
On Wed, 2003-01-01 at 18:27, Matthias Steiner wrote:
 I'd like to have PHP drawing a chart based on temperature data in a mySQL
 database.
 
 Before I start inventing the wheel: does anybody know about finished code
 which produces a *.png-Chart from a table of values in a database?

I've already reinvented the wheel and it's at 

http://www.php.net/manual/en/function.imagefilledarc.php 
in the user comment section.

John Coder


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Drawing chart

2003-01-01 Thread John Coder
On Wed, 2003-01-01 at 21:37, John Coder wrote:
 On Wed, 2003-01-01 at 18:27, Matthias Steiner wrote:
  I'd like to have PHP drawing a chart based on temperature data in a mySQL
  database.
  
  Before I start inventing the wheel: does anybody know about finished code
  which produces a *.png-Chart from a table of values in a database?
 
 I've already reinvented the wheel and it's at 
 
 http://www.php.net/manual/en/function.imagefilledarc.php 
 in the user comment section.
 
 John Coder

 This is a for a pie chart which may or may not help.

John Coder


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] Drawing chart

2003-01-01 Thread Cal Evans
check 
www.zend.com 
www.freshmeat.net
http://www.planetsourcecode.com/vb/default.asp?lngWId=8

to start with.

*
* Cal Evans
* The Virtual CIO
* http://www.calevans.com
*
 

-Original Message-
From: Matthias Steiner [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 01, 2003 5:28 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Drawing chart


I'd like to have PHP drawing a chart based on temperature data in a mySQL
database.

Before I start inventing the wheel: does anybody know about finished code
which produces a *.png-Chart from a table of values in a database?

Gruss,
Matthias


--
Steiner Matthias
Student of Telematics
University of Technology, Graz, Austria
http://web.utanet.at/steiner/




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php