D
David Walker
Hi
I have a program which I need to interface with a webpage - the webpage will
accept an input (probably a 'post' string from the program) and then will
process it and needs to return a value. Is there an easy way to interface
the program to do this? I have two questions:
How can I call a webpage as simply as possible in c / c++ (preferably not
using MFC etc) and pass a 'post' string to the page?
How can I retrieve an array of values output by the webpage? I can output
them in any format I like since i'm writing the webpage too - I was thinking
just write the output page as a list of variables, basically as dynamically
generated comma separated values data, but i'm not sure whether theres an
easier or quicker way of doing it. Any ideas?
As an added point, I don't want to actually open the webpage so that it is
visible - it should remain hidden, so the user of the program is not aware
of it being there.
Thanks a lot
David
I have a program which I need to interface with a webpage - the webpage will
accept an input (probably a 'post' string from the program) and then will
process it and needs to return a value. Is there an easy way to interface
the program to do this? I have two questions:
How can I call a webpage as simply as possible in c / c++ (preferably not
using MFC etc) and pass a 'post' string to the page?
How can I retrieve an array of values output by the webpage? I can output
them in any format I like since i'm writing the webpage too - I was thinking
just write the output page as a list of variables, basically as dynamically
generated comma separated values data, but i'm not sure whether theres an
easier or quicker way of doing it. Any ideas?
As an added point, I don't want to actually open the webpage so that it is
visible - it should remain hidden, so the user of the program is not aware
of it being there.
Thanks a lot
David