Weather by You!
Templates and Projects support => Php templates => Topic started by: [David] on March 19, 2013, 06:51:29 AM
-
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?
-
Hi David,
You could search the web, for a javascript "trick" to do that you want.
Javascript could do the job, because it is on client side (as opposed to php)
Hope this help,
Regards,
Jacques
-
Months and Months...and I still have the same problem. Don't know how to auto update just the "include php" ... :(