yet more array crap
This commit is contained in:
parent
6475ec09b0
commit
0d8ce1a206
@ -20,8 +20,20 @@
|
||||
"1991"
|
||||
);
|
||||
|
||||
?><pre><?php
|
||||
print_r($array);
|
||||
print_r($array2);
|
||||
print_r($array3);
|
||||
?></pre>
|
||||
?>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt>Manufacturer</dt>
|
||||
<dd><?php print $array['name']; ?><dd>
|
||||
|
||||
<dt>Brand</dt>
|
||||
<dd><?php print $array2['1']; ?></dd>
|
||||
|
||||
<dt>Color</dt>
|
||||
<dd><?php print $array3['color']; ?></dd>
|
||||
|
||||
<dt>Year Manufactured</dt>
|
||||
<dd><?php print $array3[1]; ?></dd>
|
||||
|
||||
</dl>
|
||||
|
Loading…
Reference in New Issue
Block a user