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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -