<img src in php code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • <img src in php code

    Hi all,
    ich möchte ein bild durch php laden.
    bei html code kann man
    <img src="beispiel.jpg">
    Wie kann ich diese code mit php schreiben.
    Danke
    akazia

  • #2
    Was macht den PHP (normalerweise) anderes als HTML-Code erstellen? Also
    PHP Code:
    echo "<img src='beispiel.jpg'>"
    Gruss
    H2O

    Comment

    Working...
    X