I did a search here for php pages, and basically all I've found for
sure, is that you pretty much don't want to use pages where ? is in the
URL. Nor session ID's and cookies.
What I'm wondering, is what about pages that have mostly all static
content, except a little here or there that's PHP generated? Either
from an include pulling from another file, or pulling some text from a
database?
For example: In order to improve search ranking, having a section on my
site that has a new customer quote, and a different item from the
catalog featured each day would probably help. But I'd use PHP to
randomly select the quote and item from a database and echo it to the
page.
Would this cause a problem with spiders being able to see this new
content?
Thanks for any feedback.
-Liam