fetch_record($psql);
$res1=fetch_object($pdb);
$imgParams="class='image' alt='$res1->title'";
$imgW=290;
$imgH=300;
$imagSRC=setImageToSize(HTTP_BASE_URL."/product-image", $imgParams, $res1->big_img, $imgW, $imgH);
$title="$res1->title";
$desc="$res1->prod_desc";
$keywords="Shawls fashion scarves, ladies stoles, indian pashminaindustry.com, cashmere shawls, silk wool plain, printed shawls, shawls manufacturer, viscose shawls, fashion scarves exporter, ladies stoles";
header1($title,$desc,$keywords);
?>
|
 |
Product |
 |
|
|
| Item Code: echo $res1->prod_code;?> |
|
| Material Used : echo $res1->prod_material;?> |
| Style : echo $res1->prod_style;?> |
| Description : echo $res1->prod_desc;?> |
| |
|
| |
|
| |
|
|
| |
|
| |
|
footer1();
?>