Skip to content

Instantly share code, notes, and snippets.

@ombak
Created May 29, 2020 14:51
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 ombak/9c77a01b64b5c5096f6e24cc7ccff1a6 to your computer and use it in GitHub Desktop.
Save ombak/9c77a01b64b5c5096f6e24cc7ccff1a6 to your computer and use it in GitHub Desktop.
<?php
if ( $kondisi ) {
print 'statement';
} else {
print 'other statement';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment