FUXA icon indicating copy to clipboard operation
FUXA copied to clipboard

about an important proposal and its datalogging

Open tayfunonbasioglu opened this issue 2 years ago • 0 comments

data logging problem to different databases can be solved as follows and it can be multifunctional;

For example, to write data to mysql;

image

http://localhost/data.php?dat1=33&dat2=34

php file content...

getMessage(); } $dataA =$_GET['dat1']; $dataB =$_GET['dat2']; $db->exec('INSERT INTO test_table (data1,data2) VALUES ("'.$dataA.'","'.$dataB.'")'); //echo ''; echo 'ok'; ?>

We will be able to write data to all different databases with a simple php. In this way, we will obtain a very powerful datalogger. I hope it's considered a good idea. I think it can serve many people and remove the limitations of FUXA. Good luck. everything is going very well.

tayfunonbasioglu avatar Sep 10 '22 16:09 tayfunonbasioglu