PDA

View Full Version : meta descriptions



jackson992
01-15-2004, 11:59 PM
Does anyone know if there is a way I can pull the product description to put into the meta description in php

thx

redcircle
01-16-2004, 04:18 AM
You should beable to do it no problem if you are working with a database. I would find out the database table which holds your product information and extract the data you are looking for when it is displaying that item. It should not be too difficult.

jackson992
01-16-2004, 11:12 PM
Yes I know what I need to pull from the database but I cannot figure out how to code it

jackson992
01-18-2004, 08:47 PM
Can anyone advise me on how to code this?