<?php $tblData[] = array( "Orange" => "Healthy", "Apple" => "Good", "Pizza" => "Bad", ); $tblData[0]["Hot dogs"] = "Big No"; var_dump($tblData);
You have javascript disabled. You will not be able to edit any code.