Hello,
<?php
$bild = "deinbild.gif"
?><img src="<?php echo $bild; ?>">
Das wars
Das ist jetzt aber Pseudocode, oder?
Tom
Hello,
<?php
$bild = "deinbild.gif"
?><img src="<?php echo $bild; ?>">
Das wars
Das ist jetzt aber Pseudocode, oder?
Tom