associativo

  1. M

    [PHP] array associativo

    Sono andato in palla su un array associativo.. $result = array(); $html = file_get_html($page); if ($html) { $list = $html->find('.grid_5 tr'); foreach($list as $item) { $title = $item->find('th',0)->plaintext; $value = $item->find('td',0)->plaintext...