Skip to content

Instantly share code, notes, and snippets.

@cythrawll
Created June 2, 2016 20:37
Show Gist options
  • Save cythrawll/158c09b737117da306600695518590f4 to your computer and use it in GitHub Desktop.
Save cythrawll/158c09b737117da306600695518590f4 to your computer and use it in GitHub Desktop.
<?php
require 'functions.php';
clickme();
<?php
function clickme() {
echo "clicked";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment