Hello everyone! I havnt posted in awhile, but I am working on a new project and have hit a speed bump.

I was wondering if there is a way to transfer HTML form data to a C++ program.

What I mean by that is, the user enters data into the form, the C++ program gets that information, and then redirects the user as necessary.

Thanks for any help!

Recommended Answers

All 2 Replies

Not directly from html->c++ no. You could use php to interface with a file, pipe or database and have your C++ program read it from there?

Or soap?

Not directly from html->c++ no. You could use php to interface with a file, pipe or database and have your C++ program read it from there?

Or soap?

How exactly would you go about doing that?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.