View Single Post
  #5 (permalink)  
Old 03-01-2007, 09:46 AM
jlowder jlowder is offline
Junior Member
 
Join Date: Mar 2007
Posts: 4
Default

it's cool - I don't know how I missed that

<?php foreach($this->productsList as $product) : ?>
<option value="<?php echo $this->escape($product['product_code']);?>"><?php echo $this->escape($product['product_desc']) . ' - ' . $this->escape($product['product_format_desc']);?></option>
<?php endforeach; ?>

is there any way that you can get around the name clashes for ID on both tables?
Reply With Quote