Jump to content
MakeWebGames

Help Please


mp7elite

Recommended Posts

Re: Help Please

thanks for getting back to me here is what i find in the database

--

-- Table structure for table `cities`

--

CREATE TABLE `cities` (

`cityid` int(11) NOT NULL auto_increment,

`cityname` varchar(255) NOT NULL default '',

`citydesc` longtext NOT NULL,

`cityminlevel` int(11) NOT NULL default '0',

PRIMARY KEY (`cityid`)

) ENGINE=MyISAM ;

INSERT INTO `cities` VALUES('1', 'Default City', 'A standard city added to start you off', 1);

what do i need to change or add to add more cities? thanks again

Link to comment
Share on other sites

Guest Anonymous

Re: Help Please

ok go in to your database then click on citys then click >>brow.jpg then you go to >>> insert.jpg then type the id the same and the will that u want in the tables

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...