| | I've stumbed across a problem where a database is designed so that the only way to get data in is to use a webpage. With a nice login page, frames, links, inputboxes, ect. Definitly a weird solution, and what's more, I wasn't able to talk the people into using something different. When a large amount of data is needed to be put there, I need some way to get html and send data back. I could go for sockets, but that simply seems a too low level approach. What I'm looking for is a library, of sorts, that allows to create a nice HTTP request, send it, get the data back, and a function to send some data, with specifying what goes into which form. The reason I'm posting in the C++ forum is, of course, that I want to code the app in C++. If anyone has any ideas on how that's done, I'll be thankful. kvarnerexpress |

