Skip to content

Instantly share code, notes, and snippets.

@DylanCodeCabin
Created March 29, 2017 09:38
Show Gist options
  • Save DylanCodeCabin/bec036cbebc8ab68fdc411b7d64d7a64 to your computer and use it in GitHub Desktop.
Save DylanCodeCabin/bec036cbebc8ab68fdc411b7d64d7a64 to your computer and use it in GitHub Desktop.
<?php
$colors = array(); //Array
$colors[0] = “Red”; //Set index 0
$colors[1] = “Green”; //Set index 1
$colors[2] = “Blue”; //Set index 2
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment