- Impact
- 0
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/iFMiT4hJ17I"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/iFMiT4hJ17I" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
<tr>
<td align=right><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
Post a Video:</font></td>
<td><input type="text" name="title2" size="30" style="width:98%"></td>
<tr>
<td align=right valign=top>URL:</td>
<td><input type="text" name="url2" size="40" style="width:98%" value="" /></td>
</tr>
//get the item details
$t1 = "select * from dd_items where ItemID = '$_GET[ID]' ";
$s1 = mysql_query($t1) or die(mysql_error());
$m1 = mysql_fetch_array($s1);
//URL is the name of my database column for the link which user have inputed in previous page
$videourl = $m1['URL'];
<tr>
<td align="center"><object width="425" height="350"><param name="movie" value="<?=$videourl?>"></param><param name="wmode" value="transparent"></param><embed src="<?=$videourl?>" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></td>
</tr>


