Skip to content

Instantly share code, notes, and snippets.

@nvaken
Created January 24, 2011 14:59
Show Gist options
  • Save nvaken/793321 to your computer and use it in GitHub Desktop.
Save nvaken/793321 to your computer and use it in GitHub Desktop.
Dit is alleen even een kleine test
<?php
if ($test) {
echo "test";
}
else {
echo "geen test";
}
echo ' nice..';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment