Does anyone know if there is a way I can pull the product description to put into the meta description in php
thx
Does anyone know if there is a way I can pull the product description to put into the meta description in php
thx
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.
www.squitosoft.com - PHP development site. featuring Squito Gallery. a php driven photo gallery.
www.rgfx.net - Specializing in Internet solutions, including Html authoring, Interactive Web sites, 3D/2D Graphics and animation.
Yes I know what I need to pull from the database but I cannot figure out how to code it
Can anyone advise me on how to code this?