plznty Posted December 21, 2009 Share Posted December 21, 2009 How do you create games where you are connected to a single player for a one on one game. Its hard to explain, but for example PLAYER 1 VS PLAYER 2 while other players can play PLAYER 3 VS PLAYER 4 What kind of dynamic approach would i have to come to in order to create something like this. Link to comment https://forums.phpfreaks.com/topic/185923-php-user-connections/ Share on other sites More sharing options...
corbin Posted December 22, 2009 Share Posted December 22, 2009 If you stick with just the HTTP protocol, your only option is AJAX. If you're willing to use Java or Flash, you could open a socket to the server on both clients and handle information exchange that way. Link to comment https://forums.phpfreaks.com/topic/185923-php-user-connections/#findComment-982198 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.