PHPMyBlogLog Usage


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $mbl = new MyBlogLog($app_id,$community_id);
  2. $mbl->cache_dir = "temp/mbl-cache";
  3. if (!$results = $mbl->communityMembersList(null,4))
  4. echo "There was an error communicating with the MyBlogLog API. Please try again.";
  5. print_r($results);

URL: http://php-mybloglog.googlecode.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.