stan77
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
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?
<?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?
Last edited: