Page 1 of 1

Database lists and categories with PHP

Posted: Sat Feb 07, 2009 8:40 am
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.

Re: Database lists and categories with PHP

Posted: Sat Feb 07, 2009 10:37 am
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.

Re: Database lists and categories with PHP

Posted: Sat Feb 07, 2009 3:46 pm
by tomsace
ok, thanks alot. I have found what I was looking for.