fork download
  1. <?if($attribute_groups):?>
  2. <?foreach($attribute_groups as $attribute_group):?>
  3. <?foreach($attribute_group['attribute'] as $attrib):?>
  4. <?if($attrib['attribute_id'] == 10):?>
  5. <?=$attrib['name'].': '.$attrib['text'];?>
  6. <?endif;?>
  7. <?endforeach;?>
  8. <?endforeach;?>
  9. <?endif;?>
Success #stdin #stdout #stderr 0.02s 24444KB
stdin
Standard input is empty
stdout
<?if($attribute_groups):?>
	<?foreach($attribute_groups as $attribute_group):?>
		<?foreach($attribute_group['attribute'] as $attrib):?>
			<?if($attrib['attribute_id'] == 10):?>
				: 			<?endif;?>
		<?endforeach;?>
	<?endforeach;?>
<?endif;?>
stderr
PHP Notice:  Undefined variable: attrib in /home/7NlUIg/prog.php on line 5
PHP Notice:  Undefined variable: attrib in /home/7NlUIg/prog.php on line 5