automatic refresh the php page

hai guys.

can any body tell me how to write the php code for automatically call the
webpage.like
if i open http://www.moneycontrol.com ,new data came the page is autonmatically updated with out pressing refresh button.like any possible to maintain in PHP coding.

please guide me.
bye
manju

Not sure if I understand you mean, if you asking for data to change while sitting at one page without refreshing the page and using php to do so, you can’t. PHP being a SERVER-SIDE language needs to be reparsed so that any new information can be delivered.

However, there is something that is called AJAX that will allow for something like this.

You could also have the page refresh automatically, using meta tag, every so many seconds.

hai thnaks for ur reply.

using meta the page is refresh automatically after some time.

bye
Manju

Sponsor our Newsletter | Privacy Policy | Terms of Service