imakalic
09-08-2005, 09:24 PM
Hi guys,
I wonder if anyone could shed some light on this question. I'm building a new website directory/business brochure listing for a neiche market. It is mostly database driven at the moment. My main concern is that each *brochure* is like a mini website for a business, but at the moment they are accessed based on the ID that is passed to a php file. ie brochure.php?id=10 would display the brocure of the customer with id 10.
Im wondering would i be better off leaving it as is or instead outputting the HTML of each brochure.
thus each brocure would have a folder or something
ie www.blah.com/10/brochure.html thus providing me with more *static* webpages with links back to my main page.
Pretty much would it make any difference if i left it fully dynamic or if i created it so that the html files are written out.
Does this make sense? I have a feeling this would have been asked before but i had troubles using the search on the forums.
Anyway ill stop ranting. :D Any help would be greatly appreciated thanks.
I wonder if anyone could shed some light on this question. I'm building a new website directory/business brochure listing for a neiche market. It is mostly database driven at the moment. My main concern is that each *brochure* is like a mini website for a business, but at the moment they are accessed based on the ID that is passed to a php file. ie brochure.php?id=10 would display the brocure of the customer with id 10.
Im wondering would i be better off leaving it as is or instead outputting the HTML of each brochure.
thus each brocure would have a folder or something
ie www.blah.com/10/brochure.html thus providing me with more *static* webpages with links back to my main page.
Pretty much would it make any difference if i left it fully dynamic or if i created it so that the html files are written out.
Does this make sense? I have a feeling this would have been asked before but i had troubles using the search on the forums.
Anyway ill stop ranting. :D Any help would be greatly appreciated thanks.