Page 1 of 1

Want to update my pages

Posted: Fri Feb 06, 2009 10:45 am
by max196
Hello Friends,

I have a game site with more than 700 html pages. Every time adding a new game, I create a game name directory & create a index page inside that. so the path becomes mysite.com/gamename/ Since all the pages are html they don't change dynamically. need to update every page manually.

Now I want to change all the system & implement mysql database. Is it possible to manage all the pages using php. I have learned php & mysql but not much experience. So can you please give me a brief outline how should i proceed. I am confused.

Thank You!

Re: Want to update my pages

Posted: Fri Feb 06, 2009 10:48 am
by papa
I'd first do a scetch on a piece of paper of the entire site, what information I need to store in database etc.

The go into detail of the different things I need to do and make a layout of my database structure.

Do a couple of reviews and tuning and then start programming... :)