Jump to content

sraj

New Members
  • Posts

    1
  • Joined

  • Last visited

sraj's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi , Could you please help me to sort the array of array['laser'] to top. Thank in advance. <?php $products = array( 'paper' => array( 'copier' => "Copier & Multipurpose", 'inkjet' => "Inkjet Printer", 'laser' => "Laser Printer", 'photo' => "Photographic Paper"), 'pens' => array( 'copier' => "Ball Point", 'inkjet' => "Highlighters", 'laser' => "Markers", 'photo' => "Protection")), 'misc' => array( 'copier' => "Sticky Tape", 'inkjet' => "Adhesives", 'laser' => "Sweet", 'photo' => "Protection")); echo "<pre>"; foreach ($products as $section => $items ) foreach ($items as $key => $value) echo "$section:\t$key\t($value)<br>"; echo "</pre>"; ?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.