Tagged Questions

2
votes
2answers
459 views

Php-Flash communication over sockets

Good time of the day, dear developers! I am not any kind of network programming pro, but it happened that I have faced necessity to develop socket-server on php (no way for using Java) for flash ...
0
votes
3answers
337 views

How to live update browser game attributes like the 4 resouces in Travian game?

I would like to make a web-based game which is Travian-like (or Ikariam-like). The game will be in PHP & MySQL-based. I wonder how can I achieve the live updating of game attributes. For ...