php - Simplest way to draw graphical elements based on information from a MySQL database -
i trying figure out simplest way draw graphical elements based on information mysql database.
the information in database looks this:
x(1),0.1,0.7,0.2 z(0.5),0.2,0.3,0.5 etc...
i want draw grid of boxes. fill in boxes based on information mysql database.
i understand can use php retrieve information. how go retrieving info drawing box? guess asking how bridge gap server side client side when trying draw things. found bunch of code on how display text not how draw boxes different fills change on various data.
Comments
Post a Comment