View Single Post
  #36  
Old 08-22-2003, 06:41 AM
 
Tye Tye is offline
 

eXpert
  
Join Date: Nov 2002
Location: Australia
Posts: 284
 

Default done that!

<?
require "../smarty.php";
require "../config.php";

#
# Collect product images
#
$images = func_query("select * from $sql_tbl[images] where productid='$productid' order by imageid");

$smarty->assign("productid",$productid);

$smarty->assign("images",$images);
$smarty->display("modules/Detailed_Product_Images/product_images.tpl");

?>


Whats the next step!
__________________
Today is a beautiful day, grab it while you can and live it to the full

Version 4.2.3 UNIX