Author Topic: Regarding Torque and MySQL  (Read 1456 times)

Question: Is this still wanted, because I wouldn't mind doing some torque/php code as practice.
He's not asking for php he's asking to connect directly to the localhost mysql server...

Not really,
How exactly would I get Torque to interact with a local MySQL database?

I can code it using php as a stepping stone.

Using a webserver as a medium for database transactions in Torque is a really bad idea since its asynchronous which means you can't just request some data then use it, you have to request it, define a handler for the returned data and then wait for the data to be returned while the program keeps on going.