I'm trying to embed flash into a webpage. No problem there. But for the source I want to have a variable from php or something else. So far I have:
<?php
$source ='http://www.somethingsomething.com';
?>
<embed src="<?php $source ?>"></embed>
But when I put that in the html editor it screws it up. Could anyone help?


LinkBack URL
About LinkBacks
Reply With Quote
icon below! (this is even better than "liking" a post)
