uploading data into mysql

Started by
1 comment, last by ehmdjii 18 years, 1 month ago
hello, i want to add a feature to my game where the player can upload his highscore to a mysql table. this should be happening by just calling the url http://myserver.com/upload.php?score=123&username=player&securitycode=a6b4h5 whats the easiest way to do this in C++?
Advertisement
Libcurl is exactly what you're looking for, there's a C++ binding for it available here.
thank you! this works!

This topic is closed to new replies.

Advertisement