gaming
-
- Posts: 348
- Joined: Thu Jan 12, 2006 8:24 pm
- Contact:
It depends on what you want to create...
Usually, games aren't output to the browser as HTML pages, so if you want to use PHP, it will only be used to communicate between the players, while a Java or Flash app maybe will be used since they are client-sided.
You can use, for example, XML to make PHP communicate with Flash... PHP will "link" the players together, using a databse when needed.
Multiplayer games use a lot of bandwidth anyways, so be careful...
Usually, games aren't output to the browser as HTML pages, so if you want to use PHP, it will only be used to communicate between the players, while a Java or Flash app maybe will be used since they are client-sided.
You can use, for example, XML to make PHP communicate with Flash... PHP will "link" the players together, using a databse when needed.
Multiplayer games use a lot of bandwidth anyways, so be careful...
Code: Select all
define('I_LOVE_PHP', true);