Creating an Array: Difference between revisions

Content added Content deleted
Line 77: Line 77:
$Array3[3][0] = "Item4";
$Array3[3][0] = "Item4";


$Array = ('This', 'That', 'And', 'The', 'Other');
@Array = ('This', 'That', 'And', 'The', 'Other');


==[[PHP]]==
==[[PHP]]==