php - How to build a url of a GRAVATAR image from a given email -


there simple way php, simple script or url manipulation build url gravatar image corresponding email?

ex. http://gravatar.com/avatars/avatar.php?email=myemail@myserver.com , return jpeg or png image.

if there no simple way example, easiest way know resolve url of gravatar corresponding email?. thanks

you can find sample script php code on implementation site: http://en.gravatar.com/site/implement/php


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -