|
-
April 10th, 2005, 08:58 AM
#1
how do i actively update a page???
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???
(by an interval that i declare)
(if u don't know a thing in XML thn Ignore the XML part... just How can i get the site to update every minute?)
Thanks alot in advance,
Gilly B.
-
April 10th, 2005, 12:15 PM
#2
Re: how do i actively update a page???
The biggest problem encountered while trying to design a system that was completely foolproof,
was, that people tended to underestimate the ingenuity of complete fools.
Douglas Adams
-
April 11th, 2005, 03:27 AM
#3
Re: how do i actively update a page???
Will refresh or redirect to a page. The "10" in contend is the intervall in seconds.
Code:
<meta http-equiv="refresh" content="10;URL=file://c:/test/test.htm/">
But in some cases a cron/cronjob can be more usefull.
-
April 12th, 2005, 05:01 AM
#4
Re: how do i actively update a page???
what is a cron / cronjob???
Thanks...
-
April 12th, 2005, 05:31 AM
#5
Re: how do i actively update a page???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|