Currently, are you pulling the data from a Database, or is it just in hard-coded
PHP files? It looks like the latter to me.
Do you know how to insert, update and select data from a database, and also, do you know how to create tables?
If not, you should learn how to do this and make your website
dynamic. This will make it so much easier if you want to change layouts, etc..