array(5) { [0]=> string(5) "Apple" [1]=> string(4) "Pear" [2]=> string(6) "Orange" [4]=> string(4) "kiwi" [5]=> string(10) "Watermelon" }

Warning: Undefined array key 3 in /u01/home/s328390/public_html/webdev2/test_w2.php on line 20

array(2) { [123123]=> array(3) { ["fname"]=> string(4) "Fred" ["sname"]=> string(6) "Bloggs" ["email"]=> string(20) "FredBloggs@gmail.com" } [123124]=> array(3) { ["fname"]=> string(4) "Fred" ["sname"]=> string(6) "Bloggs" ["email"]=> string(20) "FredBloggs@gmail.com" } }
Student name: Fred
123123

While Loop

Do While Loop

10

For Loop

0 1 2 3 4 5 6 7 8 9
Apple Pear Orange
Warning: Undefined array key 3 in /u01/home/s328390/public_html/webdev2/test_w2.php on line 57

For Each Loop

0 Apple1 Pear2 Orange4 kiwi5 Watermelon


Variable Exists
is a number