<?=$message?> Press to play.
Roll: <?=$rollSum?>
Point Roll: <?=$pointRoll?>
Point: <?=$point?> Computer Score: <?=$compScore?> User Score: <?=$userScore?>
User Roll: <?=$userRoll?>
You're not collecting the submitted values anywhere. Use the global $_GET['fieldname'] values to retrieve the values of the hidden fields when the form is submitted.