I am planning to make a online-multiplayer game with my friends. The game is a browser card game (so, players act in turns) and players could host rooms in a lobby. Flex + actionscript will be used to write for the client side. We are discussing what should be used for the server side.
I suggested C#/Java and my friend suggested PHP.
I kw there are couple of questions asking for what language to use but I think it should depend on specific conditions.
Is there any suggestion for us? Thanks.
Additional infomation: most logic will be implemented by the server since we want to reduce the chance of cheating.