hi,
This one is very basic, i want to insert $filename into src=" " using echo;
but i don't know the right syntax to do this.
This was the codes below that unsuccessfully executed.
$filename = "myimage.gif";
echo "<img src=$filename />";
although there was no error but i don't see the image
i guess my insertion to variable inside a src=" " is wrong...
I hope you will help me with this very tiny insertion problem.
Thank you very much in advance......!