I have a small website for a company that have 40-50 product. The site will be in french and English. Each product will have 2-3 different price (based on shipping)
So the standard approach, will be to do 50 (100 in both language) different web page done with an template engine, maybe pure HTML and css coding
The other solution, make 1 page with PHP, get all the product in database and populate that single page, that will be harder to program, but the page will create itself
So the question : what YOU will do, what is the approach you will take
Take in account that the php-database option is a lot harder to make it work first !, all the time worth to get only that small count of product. I have no doubt if there is 2500 products.
Thanks in advance
Based on the 4 great answer, i will go with a database, let make it the right way, event if it a little bit more complicated
two more question, what will be the code for the modrewrite what software (web or mac) to populate/edit the sqllite database