Hi guys, can you please help me to AUTO REFRESH just the :
<!-- Include weather data table -->
<?php include('index_txt.php'); ?>
(which includes 'wt_data_inc.php')
without refreshing the whole index page? I just need to auto refresh Temperature, Hum etc etc ...
I read lot of things (JQuery, AJAX etc) for doin` that but no results

how can I do this?