Skip to content

Instantly share code, notes, and snippets.

@udibagas
Created April 10, 2013 02:38
Show Gist options
  • Save udibagas/5351307 to your computer and use it in GitHub Desktop.
Save udibagas/5351307 to your computer and use it in GitHub Desktop.
<?php
$a = true;
while ($a == true) {
// your code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment