Dynamic meta( how?)

Hi there…

Ineed help about dynamic meta. like title,meta description,meta tags

please first visit the link its a demo site

link

and visit pages apple.banans etc…

all the pages loads from databses from getting value from url

look the the page title. meta tags are not changed…

because i dont know hoe to change them dynamically…

can anyone help this…

1.How to change meta tags dynamically? any tutorial?

2.is it possible without php.mysql? by xml?

please help me

  1. Like you change the rest of your pages dynamically. You get the meta tags from your database and you put them in the page.

  2. Without PHP? No.
    Without MySQL? Sure. You could store your meta tags in a text file. Or hard code them. But why? If your script already has the page data in a database, it’s easier to store the meta tags there too (IMO).