-
Database Question
What I want to do is create a database for a game. I want this database to hold: The Monsters Name, The Monsters Level, The Monsters HitPoints and what The Monster drops when you kill it.
I need to know how to get thse into a database, and how to display tese on a page. Now I don't want them all to show up at the same time, I want a page that shows them all, and one that searches the database.
This must be fairly complex so, if I get no replies I won't be to surprised. But, if you can help me in any way, please do.
--Ahren
-
It's not complex at all. In fact, it's fairly basic. Go find some tutorials on MySQL and PHP. It'll get you going in the right direction.