Weather by You!

Templates and Projects support => Php templates => Topic started by: [David] on March 19, 2013, 06:51:29 AM

Title: Auto Refresh the PHP files
Post 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? 
Title: Re: Auto Refresh the PHP files
Post by: Mr.Meteo on March 19, 2013, 02:21:20 PM
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
Title: Re: Auto Refresh the PHP files
Post by: [David] on November 27, 2013, 12:42:26 PM
Months and Months...and I still have the same problem. Don't know how to auto update just the "include php" ... :(