Hi,

ein HML img src Tag lädt ein Bild von einem Webserver. Dazu muss das Bild so abgerufen werden:
PHP-Code:
URL    The URL of the image.
Possible values:

An absolute URL points to another web site (like src="http://www.example.com/image.gif")
A relative URL points to a file within a web site (like src="image.gif"
Zu finden unter
HTML img src Attribute - W3Schools

Gruß
Michael