I have a php site running amember. Well I had someone add a section the members page that allows members to purchase especial hidden products. Now I need to add two more products to the drop down. This should be REALLY simple to do here is a screenshot: http://www.119media.com/jing/2009-10-13_2101.png This is part of the php code he added: //nagasree added foreach($products as $key=>$value){ // print_r($value[product_id]); if($value[product_id]=='84'){ // echo "ASAsASas"; $specials[]=$value; } } $t->assign('specials', $specials); //echo "<PRE>"; //print_r($specials); //nagasree end Code (markup): Anyways if you are good with php this will be a 15 min job to add two other product numbers. I need it done ASAP!! Thanks!!