How do I, as administrator, get all the answers to my user's questions? Ideally, this should either be a csv file or even better a report from the database that can be displayed to members as a page.
<?php
$user = new WP_User("johndoe22");
$fields = get_usermeta($user->ID, "s2member_custom_fields");
print_r($fields);
?>
Statistics: Posted by Jason Caldwell — July 7th, 2010, 6:05 pm
Statistics: Posted by DickElkinwnrta — July 3rd, 2010, 10:25 am