"Product Number", "name" => "Item", "description" => "Description", "price" => "Price", "pix" => "Picture", ); ?> The Furniture Shop The Furniture Shop

{$_POST['interest']}

\n"; echo "

($n_products products found)

\n"; #19 echo "\n"; echo "\n"; foreach($table_heads as $heading) #22 { echo ""; } echo "\n"; for ($i=$n_start;$i<=$n_end;$i++) #27 { echo ""; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } #40 echo "\n"; echo "\n"; echo ""; #44 echo "
$heading
{$products[$i]['prod_number']}{$products[$i]['name']}{$products[$i]['description']} \${$products[$i]['price']}
"; if($n_end > $n_per_page) #48 { echo ""; } if($n_end < $n_products) #53 { echo ""; } echo "
"; #58 ?>