Page 1 of 1

Java with PHP

Posted: Sat Feb 25, 2006 12:12 pm
by a94060
does anyone know where i could find a good guide for interacting a java game with a mysql databese? (i just need it for a project i want to help someone for.

Posted: Sat Feb 25, 2006 12:15 pm
by timvw
Why would you go java <-> php <-> mysql if you can simply go java <-> mysql...

At mysql.com you can download the jdbc driver, i believe it's called connectorJ...
After that it's only a matter of doing a bit of JDBC, a very simple example

Posted: Sat Feb 25, 2006 12:18 pm
by a94060
im very sorry...i meannt java with mysql

Posted: Sat Feb 25, 2006 12:34 pm
by timvw
Well, just follow the links a give you... They will explain how to do it ;)

Posted: Sat Feb 25, 2006 3:50 pm
by a94060
i know absoulty nothing about java so will those help also?

Posted: Sat Feb 25, 2006 3:51 pm
by d3ad1ysp0rk
Then have the person who built the game let it interact with it.

Posted: Sat Feb 25, 2006 3:59 pm
by a94060
ok,ill do that then.