Browser MMO Video #12
Re: Browser MMO Video #12
Hey there, so I've been following the tutorials and everything's been working just fine-
but it's getting hard to follow.
Just the submitting columns to the table in structure, I'm not sure whether to put varchar or integer etc. And I've been getting a lot of errors from putting the wrong ones in.
For the other ones I just paused the video on your "structure" but you didn't really go there in this one.
Heeeelp?
but it's getting hard to follow.
For the other ones I just paused the video on your "structure" but you didn't really go there in this one.
Heeeelp?
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Browser MMO Video #12
Just think about what is going to be stored in it. A stat? That is a number, so put an integer. A weapon name? That is text, so use a varchar. If you want to do some reading about data types, you can find out more here. 
The indelible lord of tl;dr