i have 2 php code and i want the Third text in red in first code is changed to second code i had try these but still not working please help guys what is the right code?
Have you tried: $this->types = array('ONE' => 'First', 'TWO' => 'Second', 'THR' => tep_get_member_name($seller_member_id), 'FOU' => 'Fourth'); Code (markup):
Try this: $this->types = array('ONE' => 'First', 'TWO' => 'Second', 'THR' => '', 'FOU' => 'Fourth'); $this->types['THR'] = tep_get_member_name($seller_member_id); Code (markup): I think that's how it's done!