What would be the correct way to put a PHP variable inside HTML that is equal to a PHP variable? Sorry if that's a bit confusing, here's what I mean:
$v = '<center><embed width="420" height="236" src="<?= $pcv ?>" type="application/x-shockwave-flash"></embed></center><hr>';