Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<img src="datei.php?file=bild.jpg" alt="">
Zeig' mal, was du gemacht hastund wie kann ich dieses Bild, anschließend einbetten?
Doch!mit <img> geht's nicht
<img src="script_zum_einlesen_des_bildes.php">
<?php
header('Content-type: image/jpeg');
?><img src="<?php readfile('user_img/43.jpg')?>" border="" height="" width="" alt="" />