jake_d
07-21-2008, 01:21 AM
Hi guys, I'm wondering how I would make a simple game using javascript and PHP and to do that I would need to somehow link two users together. To do this I would need to
1. Be able to show a list of every active session (like a lobby) so people could choose their opponent.
2. Have a place to store game data that would be shown to both user's simultaneously. I was thinking I could reserve a blank database for this that would clear itself after every game, but that seems both inefficient and hard on the server.
Any help on those two fronts would be greatly appreciated. If it can't be done in PHP, a recommendation as to how it could be done would be great.
1. Be able to show a list of every active session (like a lobby) so people could choose their opponent.
2. Have a place to store game data that would be shown to both user's simultaneously. I was thinking I could reserve a blank database for this that would clear itself after every game, but that seems both inefficient and hard on the server.
Any help on those two fronts would be greatly appreciated. If it can't be done in PHP, a recommendation as to how it could be done would be great.