..oO(Nigs)
Quote:
Thanks SnakE! I will have a natter to my host and what is what.
I was hoping it would be something pretty straight forward without
having to go throught the tecchy stuff. Thank you! |
It will only be straightforward if you let someone else do it. Designing
database tables and developing the scripts requires a solid background
knowledge and understanding of DB design, security(!) and programming in
general. If terms like normalization, normal forms and data/referencial
integrity for example mean nothing to you, then you really have a long
way to go and should start with some good books.
If you've never done it before, you simply can't build a DB-driven site
in just a few days. Consider weeks or even months for that task.
And then there's still the question what you actually want to do or what
kind of problems you encounter with your current site. Just because it's
getting "big" doesn't necessarily mean that a DB is the right solution.
Sometimes a database can be required for a rather small project, while
in other cases even a big project can be done perfectly well without it.
It always depends on the project and the particular requirements.
Micha