Press "Enter" to skip to content

Month: April 2013

Preparing for Game 2 – Learning PHP and MySQL

In order for my next game to be able to save user data and transfer data for turns and chat I’ll need to set up a server and learn how to get data on and off it vial simple HTTP commands. I began my adventure today and will chronicle what I’ve done so others can easily set up a test system. I feel that what I’m trying to do is so basic (send data to be written to a database and retrieve that data) First thing’s first, set up Apache Server. This was pretty easy: download the ZIP for Apache…

Loading

Leave a Comment