PHP code in embed tag
Posted
by leonyx
on Stack Overflow
See other posts from Stack Overflow
or by leonyx
Published on 2010-05-17T12:22:26Z
Indexed on
2010/05/17
12:30 UTC
Read the original article
Hit count: 178
I'm using embed
tag in PHP like this:
echo "<embed src='images/meccaAdhan.mp3' name='guitar' id='BGS_ID' autostart='true' loop='false' width='2' height='0'></embed>";
I need to add this code before images:
templates/<?php echo $this->template ?>
Please guide me how to solved it.
© Stack Overflow or respective owner