my client wants 600 html pages made from [list A - 6 words] x [list B - 100 words] where the title headline of each page is word A + word B. he want html pages created with these titles in the webpage. whats the best way to do it? best program to use? thanks in advance for your advise!
he doesnt , just wants html pages created from 2 lists, ill make the dbase these pages wont be dynamic, will just be created once
If they are not dynamic then why are you making a database? Just go ahead and make each separate page.
^^^ He's trying to automate and save time. You can do this with PHP, especially if the list is in CSV format. I'm not sure exactly how, but it is possible with PHP.
the way i see it, the php just has to link the database. The database, should keep just the links to the pages. one table for A one for B, the links in B Then we use javascript to have 2 select boxes, one for A and one for B. Both connected to the database tables. It should work.