You can try it this way for a sort of registration system...

Have a nice PHP script(running on Apache) that will work with your MySQL server and make your client apps/games access that page(PHP script) with the proper POST form data and the script will do all the work.

www.php.net
www.apache.org

Both are opensource, free software. No licencing.