Bolko Posted May 12, 2015 Share Posted May 12, 2015 Hi, which language would you use as server-side for a quiz game, where two people can play against each other (not in real-time).One player would start a quiz and answer one question at start.Then the other player gets notified and answers the first qustion as well plus another one.Then player one get notified again and so forth. Is php (which I already know) a good choice or would you suggest something else and why? thx Quote Link to comment Share on other sites More sharing options...
criting Posted May 12, 2015 Share Posted May 12, 2015 As a PHP programmer I'd say that Php + ajax would do the job. But, is is the best choice? I don't know. Quote Link to comment Share on other sites More sharing options...
gmalone Posted May 12, 2015 Share Posted May 12, 2015 Php, but curious what other option another might use. But php is a no brainer seasoned w some client side ajax and server side mysql. Quote Link to comment Share on other sites More sharing options...
Bolko Posted May 13, 2015 Author Share Posted May 13, 2015 ok, thanks guys, so I guess php is a valid option.I´ll leave this unsolved though, maybe anyone else has another suggestion. Quote Link to comment Share on other sites More sharing options...
Lomaz Posted May 29, 2015 Share Posted May 29, 2015 I would also have to agree, PHP would be my first choice, with AJAX and an SQL database One alternitive being node.js, and another being ASP Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.