Untitled diff

Created Diff never expires
5 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
6 lines
3 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
4 lines
$bild = $voninfo["Bild"];
$bild = $voninfo["Bild"];
$url = $bild;
$img = '<img src="' . $bild . '">';
echo $img;
echo $img;
$img = "<img src=".$url;">";