Hello,
I downloaded an example, modified it and uploaded to the server. Also connected to mysql database.
Php properly working here http://technoplusautomation.lk/wifi/insertareg.php
I’m new to PHP, just only know very little and earning by changing example codes.
Want to do this:
Only ( 0,1,2,3) will be inserted into Trays column and cells of the Trays column should
change according to the inserting values as this
o - red
1 - orange
2 - yellow
3 - green
With the color of the cell number also should be displayed in each cell of Trays column.
Help modifying the code
[embed=425,349]
Data of SensorData from the temperature and moisture sensors
P Line | |
Trays |
<?php include("conec.php"); $link=Conection(); $result=mysql_query("select * from tempmoi order by id desc",$link); ?>
P Line | Trays |
%s | %s |