I have a site where most of the infomation is fetched from a database and
then served to the browser. But this is not a dynamic site, not in the
normal sense of the word. The pages are sitting there on the server,
statically. There are no funny addresses with "?" in them for the search
engines to choke on. But I'm wondering about the execution order of PHP, and
do SE spiders see exactly the same thing as a browser? Will a spider see an
empty page, or will it see the article that PHP fetched from the database
and put there?