Hello all!
I'm back for my monthly tech question. For my IB diploma I have use a computer to make a product/item/game to help the local community. I could make a brochure and get 33/35, or If I try to use something more difficult I can go for the 35/35.
My plan is to make a simple game for lower school children to increase their vocabulary. There will be a central server with the MySQL database (with the words/accounts/scores for each kid) and PHP and each client will have a compiled Java client which will interface with the server. This is still in the planning stage and I have until the Autumn to complete it.
Now I'm trying to install MySQL/PHP on my computer to play with. I have installed MySQL and I can connect and create databases. I have also got PHP up and running and I can run the <? PHP PHPInfo ()> test script and that works. How can I get them interfacing? Attached is the diagram I made to explain the idea.
EDIT: In case there are any path sensitive commands I installed both programs in their default locations.
EDIT 2: According to this page I may not even need PHP: http://www.javacoding.net/articles/technical/java-mysql.html
I'm back for my monthly tech question. For my IB diploma I have use a computer to make a product/item/game to help the local community. I could make a brochure and get 33/35, or If I try to use something more difficult I can go for the 35/35.
My plan is to make a simple game for lower school children to increase their vocabulary. There will be a central server with the MySQL database (with the words/accounts/scores for each kid) and PHP and each client will have a compiled Java client which will interface with the server. This is still in the planning stage and I have until the Autumn to complete it.
Now I'm trying to install MySQL/PHP on my computer to play with. I have installed MySQL and I can connect and create databases. I have also got PHP up and running and I can run the <? PHP PHPInfo ()> test script and that works. How can I get them interfacing? Attached is the diagram I made to explain the idea.
EDIT: In case there are any path sensitive commands I installed both programs in their default locations.
EDIT 2: According to this page I may not even need PHP: http://www.javacoding.net/articles/technical/java-mysql.html