Page 5 of 5
Re: Video #12
Posted: Tue Jul 19, 2011 3:18 pm
by Kevin1230
thanks, your a great teacher

Re: Browser MMO Video #12
Posted: Fri Mar 08, 2013 10:51 pm
by Sylvia
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?

Re: Browser MMO Video #12
Posted: Sun Mar 10, 2013 12:24 am
by Jackolantern
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.
