!!!!! Posted December 22, 2006 Share Posted December 22, 2006 I need help with making seperate databases... I have a fansite/helpsite for a multi-player game called Runescape. This game has items, monsters, and people. I would like to make a seperate database (and a search bar so people can search for an item/monster/person) for each of these. Things... How can I do this?Also, how do I make a search bar for the database? Incase I am mistaken about sites having multiple database, here is an example of what I mean: Scroll down and you will see Monsters, People, and Items.http://runehq.comLast but not least, how do I access my MySQL database through vDeck? I am a total newbie PHPer and if anybody doesn't want to write any long strips of code but do want to help you can just post a URL for me. :-) Link to comment https://forums.phpfreaks.com/topic/31631-making-seperate-databases/ Share on other sites More sharing options...
trq Posted December 22, 2006 Share Posted December 22, 2006 You dont make a seperate database for each item. Maybe a seperate table, but even that depends. You really need to find some tutorials on database design and in particular [i]database normalization[/i].We can help with your design but you would at least need to make a start on it. Database design concepts can be quite in depth and really need to be carried out by someone who knows the data and the search criteria. ie; You. Link to comment https://forums.phpfreaks.com/topic/31631-making-seperate-databases/#findComment-146614 Share on other sites More sharing options...
trq Posted December 22, 2006 Share Posted December 22, 2006 Looking at your example, that [i]Person database[/i] is actually just a table. Link to comment https://forums.phpfreaks.com/topic/31631-making-seperate-databases/#findComment-146615 Share on other sites More sharing options...
!!!!! Posted December 23, 2006 Author Share Posted December 23, 2006 What do you mean by a [i]table[/i]? Are you talking about the website-search engine or the items that you find when you search the search engine [i]ie; the monsters, items, and people[/i] Link to comment https://forums.phpfreaks.com/topic/31631-making-seperate-databases/#findComment-146661 Share on other sites More sharing options...
trq Posted December 23, 2006 Share Posted December 23, 2006 [quote]What do you mean by a table?[/quote]Honestly, with questions like that you are long way from making anything with php/mysql. Databases store tables, tables store fields and fields store data.[url=http://hudzilla.org/phpwiki/index.php?title=Databases]This[/url] introduction will walk you through database concepts all the way to using databases with php. I suggest you read that entire section, then come back when you have more questions. Link to comment https://forums.phpfreaks.com/topic/31631-making-seperate-databases/#findComment-146674 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.