// Add the usual require stuff here$wanted_userid = 9; // The user id of the user you want the data from $userinfo = fetch_userinfo($wanted_userid);$posts = $userinfo['posts'];// $joindate = $userinfo['joindate']; // Unformatted$joindate = vbdate($userinfo['joindate']); // Formatted date e.g. Mon 29th Aug