Forum: PHP Mar 16th, 2008 |
| Replies: 1 Views: 381 from my query sql get result like this :
btsname------date------dcr
aaaa---------jan01------0.2
aaaa---------jan02------0.3
aaaa---------jan03------0.4
aaaa --------jan04------0.5
.
.... |
Forum: PHP Mar 1st, 2008 |
| Replies: 1 Views: 1,039 i try to building graph with charts swf (flash)
from query table i have 2 field like year,num,
i want result from script like this
$chart [ 'chart_data' ][ 0 ][ 0 ] = "";
$chart [ 'chart_data'... |
Forum: PHP Feb 22nd, 2008 |
| Replies: 1 Views: 393 dear master,
from our query get result like this :
date ------------name------ num1
2008-02-01 ------john ---------100
2008-02-02-------john --------200
2008-02-03 ------john --------300... |