Skip to content

Instantly share code, notes, and snippets.

@travi5567
Forked from valguss/php2.php
Created January 27, 2013 20:34
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 travi5567/4650331 to your computer and use it in GitHub Desktop.
Save travi5567/4650331 to your computer and use it in GitHub Desktop.
<?php
foreach($arrayVariable as $variable){
echo $variable;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment