Search found 4 matches
- Thu Jul 29, 2010 5:27 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #9
- Replies: 56
- Views: 64060
Re: Video #9
i got there m8
- Thu Jul 29, 2010 4:10 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #9
- Replies: 56
- Views: 64060
Re: Video #9
thanks for the help been sitting looking at my classes tables and what i have is -- -------------------------------------------------------- -- -- Table structure for table `classes` -- CREATE TABLE IF NOT EXISTS `classes` ( `name` varchar(30) NOT NULL, `attack` smallint(3) NOT NULL, `defence` small...
- Thu Jul 29, 2010 12:02 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #9
- Replies: 56
- Views: 64060
Re: Video #9
sat and reread all i could see and chage it to this $classquery="SELECT * from classes where name='$classchoice'"; $classquery2=mysql_query($classquery) or die("Could not query classes"); $classquery3=mysql_fetch_array($classquery2); $SQL = "INSERT into players(name, passwor...
- Wed Jul 28, 2010 11:39 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #9
- Replies: 56
- Views: 64060
Re: Video #9
first off thanks for all the work you have put in to the videos, great work learned loads from them but i have a problem been up dating as am going a long but now that whe have moved to classes and change this bit of code from $SQL = "INSERT into players(name, password, email, level, exper, att...