Dear PHP and Qt experts,
I want to create a Qt application that takes a random integer and sends to the server to a specific file (say to process.php) in order to that file to answer to that Qt application if the number is odd or even. And when the Qt application gets the answer from the process.php, it gives a message box that tells the server answer.
Will be great if you provide me with a code, but references and hints will be appreciated too.
BTW this will help me to create some licensing for my software. If this is for licensing the I should use https? Does it change something in c++ or php code?