I'm trying to do a
SELECT links FROM mytable
and use the field links as a variable. What I want is to be able to select links and add <?php echo 'links'; ?> outside of the main php and incorporated into the main html. It'll look something like
<object width="425" height="355"><embed src="<?php echo '$links'; ?>" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
I eventually want to put my links into an object.