Creating an associative array
<?php
$input_array = array (
"type_code" => $type_code,
"tape_num" => $tape_num,
"title" => $title,
"hours" => $hours,
"comment" => $comment
);
?>
An associative array is an array which uses a string (instead of a number) to locate an element within the array.
Previous slide
Next slide
Back to first slide
View graphic version