i have a php website which takes input such as employee name,date,in time and out time.now i want create a graph based on date and time.to see the graph that when the employees are on time.
Asked
Active
Viewed 691 times
1 Answers
0
You could easily pull your values from the database and use something like pchart (http://pchart.sourceforge.net/) to chart the data ?

Rabbie
- 1,711
- 2
- 10
- 8
-
hi once again this is my code and i want to generate a line chart x axis having date and y axis having intime and outtime ....all these r being fetched by the database so the graph shud b dynamic – user2070797 Feb 20 '13 at 07:19