954,576 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Need some Help with PHP Craps game!

Craps Game



<?=$message?>


Press to play.

Roll: <?=$rollSum?>

Point Roll: <?=$pointRoll?>

Point: <?=$point?>



Computer Score: <?=$compScore?>

User Score: <?=$userScore?>

User Roll: <?=$userRoll?>

TonyStarkz
Newbie Poster
1 post since Nov 2005
Reputation Points: 10
Solved Threads: 0
 

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.

Lafinboy
Junior Poster
172 posts since Jul 2004
Reputation Points: 16
Solved Threads: 7
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You