Skip to content

Instantly share code, notes, and snippets.

Created April 21, 2016 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/79b7a4450fcb591ecc7e00fc596c6ba1 to your computer and use it in GitHub Desktop.
Save anonymous/79b7a4450fcb591ecc7e00fc596c6ba1 to your computer and use it in GitHub Desktop.
Advanced foreach usage
//map values
foreach ($insertValues as $col_id => $col_value) {
$insertValues[$col_id] = $col_value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment