Autor Zpráva
malek-amater
Profil *
preco to nejde? nekazuje uplne nic :)

<?php
$valce = "<img src='$rand_str.gif' alt='$rand_str' border=0>
<img src='$rand2_str.gif' alt='$rand2_str' border=0>
<img src='$rand3_str.gif' alt='$rand3_str' border=0>";
echo $valce;
?>

<?php
echo = "<img src='$rand_str.gif' alt='$rand_str' border=0>
<img src='$rand2_str.gif' alt='$rand2_str' border=0>
<img src='$rand3_str.gif' alt='$rand3_str' border=0>";
?>


vlastne chcem aby sa ziskane hodnoty zmenili na url obrazku.
michaelkiller
Profil

<?php
$valce = "<img src='$rand_str'.'.gif' alt='$rand_str' border=0>
<img src='$rand2_str'.'.gif' alt='$rand2_str' border=0>
<img src='$rand3_str'.'.gif' alt='$rand3_str' border=0>";
echo $valce;
?>

<?php
echo "<img src='$rand_str'.'.gif' alt='$rand_str' border=0>
<img src='$rand2_str'.'.gif' alt='$rand2_str' border=0>
<img src='$rand3_str'.'.gif' alt='$rand3_str' border=0>";
?>

skus toto
Toto téma je uzamčeno. Odpověď nelze zaslat.

0