using PHP with C++

Hi all,
I am currently writing a program that collects a few pieces of information in c++ then sends that data into an online mysql database.
I am struggling with the mysql connector/c++ and was just wondering if there was any way i could pass the variables directly into a php script sat on my server?
yes, you can send an http request to the server with this variable. It's not simple (you need to know the exact format php expects), but it's a good way notifing php and make it do something.
Topic archived. No new replies allowed.