Hi,
I have started my own arcade website. I wish to know how I could use MySQL to store data like game title, game url etc... and use it in my website, also I need to categorize this, like putting games in arcade, sports, shooting etc... so I can use a form to insert the details and it auto ads the game to the new games list and stuff like this. Or alternatively if there is any software out there I can download and install which is already set up with this sort of feature.
Thanks alot,
Tom.
Database lists and categories with PHP
Moderator: General Moderators
-
mickeyunderscore
- Forum Contributor
- Posts: 129
- Joined: Sat Jan 31, 2009 9:00 am
- Location: UK
Re: Database lists and categories with PHP
Look into relational database design, setting up this kind of database would be quite simple so I doubt you would find a pre-made one.
Re: Database lists and categories with PHP
ok, thanks alot. I have found what I was looking for.