"Dynamic charts" is a very broad scope, and provides no explanation of what you (that's you personally) really mean.
But if it really means "Charts that update in 'real time' with no user interaction" the answer is "You can't". PHP runs 'on request' only NOT continuously, so once it has completed, it is done and no further 'update' will occur.
Chris.
Indifference will be the downfall of mankind, but who cares? Time flies like an arrow, however, fruit flies like a banana. Webmaster Forum
I was wondering what is the recommended approach to create "Graphs/Charts". By Dynamic, I wanted to option to showcase based on different options i.e Bar, Pie, Line...etc
For simple charts have you tried Google? Just output the data in the right format and you can get nice charts, graphs etc - one of mine (please excuse any bad coding)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.