1<?php
2
3require_once 'Horde/Autoloader/Default.php';
4
5$g = new Horde_Service_Gravatar();
6print $g->fetchProfile('wrobel@horde.org');