Game Development Community

TGB n MySql or other database...

by Gonzalo Girault · in Torque Game Builder · 07/22/2009 (6:18 pm) · 2 replies

Is there any way to conect my game developed on TGB for Mac and PC with a MySql database, or other kid of data base, so I can keep track of scores and players on a webpage or social network?

Thank You

About the author

Founder of one of the first mexican videogame companies. follow us on twitter: www.twitter.com/arcadiamx


#1
07/22/2009 (10:33 pm)
Yep, you can choose to use a TCPObject or HttpObject send a request to a php script on your server that will add or fetch the score from your MySql Database
#2
07/23/2009 (9:03 am)
Is ther any documentation on that?