Jump to content

How to use sqlite database and php-gd to create barchart?


Newbie89

Recommended Posts

Your server just needs to support GD and some way to access SQLite, such as the sqlite extension or PDO. They aren't linked together. You can write code to produce a graph given certain data, and you can write code to get data from a database. So you can combine then to get the data from a database and then use that data to draw the graph. http://www.php.net/m...book.sqlite.php

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...