update my xml from other site dynamically ?
I have a xml file. it gets data from another site. My hosting server allowes scheduled task in 15 min. But I want update data every 30 second. How can I get this data automatically ? Please help me ...
Is this data simply being displayed on a page? If so, then just set a page refresh for every 30 seconds.
I want just update xml file. actually there is an asp file to update xml but I dont know how can I start it every 30 sec.
In your asp page:
<html>
<head>
<META HTTP-Equiv="Refresh" CONTENT="30; URL=thispage.asp">
<body>
<%
' your asp code to write the XML
%>
</body>
</html>
I mean I want do that programatically. (on serverside). without user request. ( sory for bad english )
set it as a windows task? to execute every 30 seconds?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
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
Bookmarks