<?php // $Id: mailmsgmove.php,v 1.4 2005/07/04 17:47:31 roflo1 Exp $ $mailsubject = "WebChess: ".$opponent." moved ".$move." on board ".$gameID."."; $mailmsg = "Your opponent ".$opponent." has played the following move:"; $mailmsg .= "\n".$move."\n\n"; $mailmsg .= "It is your turn now\n\n"; $mailmsg .= "\n\nThis message has been automatically been sent by WebChess and should not be replied to.\n"; $mailmsg .= "Go to: " . $CFG_MAINPAGE . " to play.\n"; ?>