how do i actively update XML??
Howdy Folks,
My question is:
I am writing my website in PHP, and I am getting some data from an XML sheet from another site. How can I get the site to automatically update the data from the XML sheet every minute or whatsoever?
(an interval that i declare)
Thanks alot in advance,
Gilly B.
[319 byte] By [
gilly914] at [2007-11-19 7:35:10]

# 1 Re: how do i actively update XML??
A cron job would probably be the bast solution, asuming you have full control of the server. If you don't have full control of the server it depends, on what kind of control you do have.
khp at 2007-11-10 3:27:39 >

# 2 Re: how do i actively update XML??
Sorry that I'm not familiar with the term,
but what aould a "cron job" be?
please explain...
Thanks A Million
# 3 Re: how do i actively update XML??
Sorry that I'm not familiar with the term,
but what aould a "cron job" be?http://info.connect.com.au/docs/hosting/vws/advanced/cron.html
If U don't understand a term U can always google for it.
U can use AT commands for example or small background program which will fire processes on predefined intervals.
Krzemo at 2007-11-10 3:29:43 >
