List:General Discussion« Previous MessageNext Message »
From:miral Date:October 7 1999 4:32am
Subject:Re: chart from mysql
View as plain text  
On Wed, 06 Oct 1999, Graeme wrote:

Are these just html tags ??? How to use it with php3 script.? I can not see
any php script tags (<? and ?>) in this example.

regards
-miral-
_____________________________________________________________________________________________
 > You can do it very easily...
example: > 
> <diagram type=line width=600 height=500 name='title' vertgrid horgrid
> tonedbox='lightblue,lightblue,white,white'>
> <data xnamesvert xnames form=column separator=,>
> 	<sqloutput host=remedy query="SELECT DATE_FORMAT(date,'%b %D') as date, appsq,
> dialq FROM qtimes WHERE date >= '+fromdate+' AND date <= '+todate+' AND
> time='08:00:00';">
> 		#date#,#appsq#,#dialq#
> 	</sqloutput>
> </data>
> <legend separator=,>Applications Group,Dialup Group</legend>
> <xaxis quantity=Date>
> <yaxis quantity=Tickets>
> </diagram>
> 
> -Graeme
> 
> miral said:
> > 
> > Dear all,
> > Does anyone know how to create a chart from mysql query with php3 ??
> > 
> > Regards
> > -miral-
Thread
chart from mysqlmiral6 Oct
  • Re: chart from mysqlgraemed6 Oct
    • Re: chart from mysqlmiral7 Oct
      • Re: chart from mysqlDan Nelson7 Oct
    • Re: chart from mysqlManik Surtani7 Oct
      • Re: chart from mysqlThimble Smith7 Oct
  • Re: chart from mysqlRobbin Zhang6 Oct