Hi hoping someone can help with an issue im having displaying data from a MySQL database with php.
Attached is a copy of the code its the first graph at the top that I cant get to display the data.
It wont display the minutes along the bottom or draw the graph lines.
The page is located at www.inshome.net.au/dashboard.php
I have a feeling its to do with the getting the time from the table!
MYSQL table
id
event timestamp current_timestamp
dht22temp varchar(10)
humidity varchar(10)
bmp180temp varchar(10)
pressure varchar(10)
altitude varchar(10)
current0 varchar(10)
current1 varchar(10)
code.php