$variables = array( array( "name" => $row[name], "value" => $row[value] ) ); // Printing all the keys and values one by one $keys = array_keys($variables); for($i = 0; $i < count($variables);