File "recv_.php"
Full path: /www/ttest/arduino/read_mgr/recv_.php
File size: 153 B
MIME-type: text/x-php
Charset: utf-8
<?php
$data = isset($_GET["dt"]) ? htmlspecialchars($_GET["dt"]) : "";
$fp = fopen("./recv.log", "a");
fwrite($fp, ">\n");
fwrite($fp, $data. "\n");
?>