Of courser best is always subjective, but if it's your first multi player I would go with a high level language. Since you state that you want to use an open-source programming language (why) and you have experience with php and javascript (C#/Asp.net is closed source). I would definitely go with that combination.
First try to make a small prototype (just a simple php page that opens a socket and writes some stuff after a post button is pressed) to see if you get networking to work in either PHP or Javascript, you'll probably have a hard time figuring out all the multiplayer details yourself. But take a look at the following linke (a free code sample of PHP/Javascript multiplayer checkers, which could be easily converted to chess).
http://www.alilg.com/scripts/free-php-ajax-multiplayer-checkers-game-script/