|
Hundreds of "real" pages or just one php page?
What is the best method if you wish to make a huge content database on your site? Surely using one php page that gets all info from a database is a much faster method, and you only need to edit one page instead of hundreds of html pages if you for example wish to change the layout some day.
Rumors has it however that not all search engies will count all of these different "database pages" on a php page, and your search results would then be much worse than if you would have chosen the other, longer method. I think this sounds very logical and I would think it's much better to have 100 solid, real pages on a server filled with content, rather than having just one page......?
Wouldn't the best solution be maybe to use this method and use some php script or something on all pages so that you can change the layout and so on in one click?
Also, I have read that it's possible to program a script to actually create html pages for you...How does one learn this and is it hard? Is it even practical to use these days?
I would really, really want some more opinions on these questions. Thanks in advance!
|