Hey there, I'm wondering if it is possible to read a PHP file (on the web)
through C++?
For example, I have a system that allows people to enter some information online (stored in a database) I then want that to be displayed through a console application.
Is this thing possible? What would I need? I'm thinking something on sockets but I'm hoping for a simpler way.
Thanks for any help.