159
"; include("dbconnect.php"); $sql = "insert into data_watt_wh (server,topic,code,day,time,volte,amp,power,wh,pf,freg) values ('$v1','$v2','$vcode',curdate(),curtime(),$v3,$v4,$v5,$v6,$v7,$v8)"; $xx=$mysqli->query($sql); echo "ccc=$xx"; ?>