3 lines
130 B
PHP
3 lines
130 B
PHP
$NumberArray = array(0, 1, 2, 3, 4, 5, 6);
|
|
$LetterArray = array("a", "b", "c", "d", "e", "f");
|
|
$simpleForm = ['apple', 'orange'];
|