Basicly I try to send values to a PHP Server and read out returned information I get from the Server.
The PHP code is not the problem. My Problem is I don't know how I can send values with C++.

I don't have any code yet because I don't know how to start.

I need some help, please^^.

greetz
vedel.bajic

Look into WinSock when programming on a windows platform and BSD Sockets for Linux.

You can also use Boost.Asio.

Beej's socket guide is also a well-written source to learn how sockets work for a beginner.

commented: +1 +14
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.