newb query: url doesn't show
Posted: Sun Mar 10, 2013 5:54 pm
the top code is the ORIGINAL iframe code from the index.php file.
<dd><iframe width="221" height="178" src="http://www.youtube.com/embed/<?php echo $video_explode[1];?>" frameborder="0" allowfullscreen></iframe></dd>
</dl>
i thought that if i just replaced this part of url " <?php echo $video_explode[1];? " with the actual part of the youtube embed code url here:
" 0VopFinhWzY ", it would work.
but it doesn't.
<td valign="top" width="42%" class="vidv"><iframe title="" src="http://www.youtube.com/embed/[b]0VopFinhWzY[/b]">" frameborder="0" width="322" height="183"></iframe><br /></td>
<td valign="top" style="padding:0 0 0 2%;"><?php echo $right_cont['description'];?></td>
thanx in advance and if you need more info let me know,
alx
<dd><iframe width="221" height="178" src="http://www.youtube.com/embed/<?php echo $video_explode[1];?>" frameborder="0" allowfullscreen></iframe></dd>
</dl>
i thought that if i just replaced this part of url " <?php echo $video_explode[1];? " with the actual part of the youtube embed code url here:
" 0VopFinhWzY ", it would work.
but it doesn't.
<td valign="top" width="42%" class="vidv"><iframe title="" src="http://www.youtube.com/embed/[b]0VopFinhWzY[/b]">" frameborder="0" width="322" height="183"></iframe><br /></td>
<td valign="top" style="padding:0 0 0 2%;"><?php echo $right_cont['description'];?></td>
thanx in advance and if you need more info let me know,
alx