You have an unnecessary space in the
img tag and also
img has no closing tag.
PHP Code:
iLen += formatex( sBuffer[ iLen ], CharsMax( sBuffer ) - iLen, "<center><img src='http://%s/images/image_01.jpg'></center><br>", szURL);
Try printing the variable to make sure the website is right.
PHP Code:
log_amx( "website: %s", sBuffer );
__________________