-
automatic webpage updatig
I want to use a program's output to update my webpage, how do I do this? The
program is in C++.
-
Re: automatic webpage updatig
"Lebo" <l9805621n@webmail.co.za> wrote:
>
>I want to use a program's output to update my webpage, how do I do this?
The
>program is in C++.
1) Well if web page is database driven you can use c to up date the database
and web page will updated with the new data.
2) You could rewrite the pages you want written out to file through file
IO in c then replace the existing file with the file you wrote out
3) You could parse the existing file(s) for values you want to replace and
then replace them.
4) and many more ways....
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks