Skip to content

Instantly share code, notes, and snippets.

@harddy
Created May 24, 2018 09:46
Show Gist options
  • Save harddy/b9166b762ea1667092c2b5bbba91a08c to your computer and use it in GitHub Desktop.
Save harddy/b9166b762ea1667092c2b5bbba91a08c to your computer and use it in GitHub Desktop.
<?php
Array
(
[fname] => Array
(
[0] => Student 1
[1] => Student 2
)
[lname] => Array
(
[0] => Student last1
[1] => Student last 2
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment