Database lists and categories with PHP

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
tomsace
Forum Contributor
Posts: 167
Joined: Thu Jan 01, 2009 8:07 pm

Database lists and categories with PHP

Post by tomsace »

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.
mickeyunderscore
Forum Contributor
Posts: 129
Joined: Sat Jan 31, 2009 9:00 am
Location: UK

Re: Database lists and categories with PHP

Post by mickeyunderscore »

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.
tomsace
Forum Contributor
Posts: 167
Joined: Thu Jan 01, 2009 8:07 pm

Re: Database lists and categories with PHP

Post by tomsace »

ok, thanks alot. I have found what I was looking for.
Post Reply