PHP implementation code/function
-
Hi there!
The PHP implementation function code (https://de.gravatar.com/site/implement/images/php/) is a bit dirty coded.
You should change the following line:
$url .= "?s=$s&d=$d&r=$r";To this:
$url .= "?s=".$s."&d=".$d."&r=".$r;It could happen that a own default avatar can’t be load.
- The topic ‘PHP implementation code/function’ is closed to new replies.