PHP is a general-purpose programming language that is especially suited for web development.

learn more… | top users | synonyms

2
votes
1answer
80 views

How to do monster AI movement and attacks server side?

I have my web based rpg game already created. Inventory management, equipment system, character stats, skill tree, and etc. It's almost complete. For the game world, I am creating a top-down rpg ...
0
votes
0answers
15 views

PHP - MySQL database not updating from php IGM calculation

On my server I have a php script that calculated an amount for in game money, but the SELECT and UPDATE query are not doing the right thing. In my database I have two columns: | Name | Now | ...
0
votes
0answers
58 views

Securing HTTP requests to online game server

I'm pretty new at making online games. Right now I'm trying to make an iPhone game. Each player has a profile in my server. I want to avoid username/password for authentication. Currently, as it ...