Okay, let me try again. It's a custom built application that uses PHP and MySQL, it also uses something called PHPDig, which I think is no longer supported, but is prabably not related to this issue.
The client wants meta tags on the pages. I told him I would look into it with the understanding that I have not coded in many years, but am interested in learning web development. I was assuming that Google needed static pages in order to index them. I have been told this is no longer the case. I have created a site map though. As I walkthrough the code, it looks like the header is created first, then a left aligned menu/list, then MySQL is called to get name, description, price, etc. for each item. My problem is the header is created before the database is queried. I'm assumingh that meta-tags keyword, description, etc... have to be specifically placed between the head and the body of the page. If so I am getting the info way too late. -sd
