OZZY9384 Posted August 16, 2009 Share Posted August 16, 2009 Hello my name is Chris Oswald and I am making a Poker site using php and mysql database... I have 2 fields in the database called play_money and real_money. I don't know what to use i was going to use enum but I don't think that's the right one that I should. Please note that both of these fields need to update every time that player wins or loses... For example when the player wins their play money goes up or when the player loses their play money goes down...... Same for the real money thanks for all your help... Quote Link to comment https://forums.phpfreaks.com/topic/170566-number-field/ Share on other sites More sharing options...
GingerRobot Posted August 17, 2009 Share Posted August 17, 2009 Well what data are you expecting to store? Are you always going to be using whole numbers? If so, an INT type is best for you. Quote Link to comment https://forums.phpfreaks.com/topic/170566-number-field/#findComment-899925 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.