Skip to content

Instantly share code, notes, and snippets.

@buonzz
Last active August 29, 2015 13:57
Show Gist options
  • Save buonzz/9881747 to your computer and use it in GitHub Desktop.
Save buonzz/9881747 to your computer and use it in GitHub Desktop.
include member
<?php
require "member.php";
var $m = new Member();
echo $m->getAccountID();
// outputs "123456"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment