We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

jaytee on 01/29/08


Tagged

textmate api mybloglog


Versions (?)


PHPMyBlogLog Usage


Published in: PHP 


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

  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);

Report this snippet 

You need to login to post a comment.