Retrieve data from mysql by php to create flot graph

前端 未结 4 954
难免孤独
难免孤独 2020-12-25 09:28

Hi i am trying to retrieve data from mysql database to create flot graph can anyone walk me through this procedure or give me an idea of what to do thanks

4条回答
  •  青春惊慌失措
    2020-12-25 09:32

    as @Tom Haigh say work well, but you need to add another code to work well, I was using the example, but I discover in the source code it add to the result quotes " so to avoid this just add the: intval to the array, example:

    
    

提交回复
热议问题