292
Bearbeitungen
Zeile 176: | Zeile 176: | ||
<?php | <?php | ||
/* | /* | ||
README | README | ||
SQL should look like this: | SQL should look like this: | ||
DATABASE: mydatabase | DATABASE: mydatabase | ||
TABLE: messdaten | TABLE: messdaten | ||
TABLE (messdaten) | TABLE (messdaten) | ||
id | temperature (varchar255)| humidity (varchar255) | id | temperature (varchar255)| humidity (varchar255) | ||
1 | 23.0 | 33% | 1 | 23.0 | 33% | ||
*/ | */ | ||
try { | try { | ||
$hostname = "localhost"; | $hostname = "localhost"; |
Bearbeitungen