Re: display names of hidden products?
I added ;
$newtons_query = "SELECT * FROM $sql_tbl[products] WHERE forsale = 'H' "; $hidden_products = func_query($newtons_query); //Assign the hidden_products variable (array) $smarty->assign('hidden_products', $hidden_products);
to manufacturer.php,
then i did {$hidden_products}, but all it's displaying is "Array". Am I doing this wrong? Please help!
__________________
Version 4.4.3
|