Buying Need Some Very Simple PHP Work Done Fast Paypal $$$

Discussion in 'Programming' started by ruffneck119, Oct 13, 2009.

  1. #1
    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!!
     
    ruffneck119, Oct 13, 2009 IP
  2. saurabhj

    saurabhj Banned

    Messages:
    3,459
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Please post the whole code of that PHP page. Current code you have pasted is not giving any idea.
     
    saurabhj, Oct 14, 2009 IP
  3. ruffneck119

    ruffneck119 Active Member

    Messages:
    1,082
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    80
    As Seller:
    100% - 0
    As Buyer:
    100% - 1
    #3
    **** UPDATE ******

    Got it done!!
     
    Last edited: Oct 14, 2009
    ruffneck119, Oct 14, 2009 IP