Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
dvprog_07 [2019-09-26 11:29]
Daniel Viström
dvprog_07 [2019-09-26 11:30]
Daniel Viström
Line 63: Line 63:
    'colors' => ['Red', 'Green', 'Yellow'  // Array innuti en array.    'colors' => ['Red', 'Green', 'Yellow'  // Array innuti en array.
 ]; ];
-echo '<pre>';+echo '<pre>';  // pre-taggen kan göra det lättare att läsa det som skrivs ut.
 print_r($arr3); print_r($arr3);
 echo '</pre><br>'; echo '</pre><br>';