Hallo,
replace()
habe ich gemacht.
<?php
$inhalt = file_get_contents($_GET[id]."/".$_GET[id].".".$format);
echo str_replace ( "<img src="", "<img src="".$GET[id], $inhalt);
?>
leider wird der quellcode ohne Veränderung ausgegeben.
by Christian
Hallo,
replace()
habe ich gemacht.
<?php
$inhalt = file_get_contents($_GET[id]."/".$_GET[id].".".$format);
echo str_replace ( "<img src="", "<img src="".$GET[id], $inhalt);
?>
leider wird der quellcode ohne Veränderung ausgegeben.
by Christian