Jump to content

Making Seperate Databases


!!!!!

Recommended Posts

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.com

Last 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

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.
[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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.