Game Development Community

Problem GUI / Mysql

by Nicolas Ripoll · in Torque 3D Professional · 02/02/2011 (4:16 am) · 2 replies

Hello , i m new on this 3D engine , i m french and i dont speak very well english. So i had a problem on my GUI editor when i want connect MYSQL. I already see shared about mysql and it s works fine but my probleme is when i clic on button i want a response of my database but i dont know how return the % in the GUI editor.
If anyone can help me please.

About the author

Recent Threads


#1
02/02/2011 (8:55 am)
You want to expose a few functions that interact with MySQL to the Console - I can't really tell you how because I'm a noob, but adding engine functions to script is discussed in detail in Ed Maurina's book Multiplayer Gaming and Engine Coding for the Torque Game Engine. I believe the book is worth having because it introduces you to many areas of engine coding that will point you in the right direction. I'm only about half way through it myself.
#2
02/02/2011 (10:53 am)
Do you use HTTPObject to connect to php that handles the queries on mysql?