Código HTML:
<object width="426" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/l1hF-VS1bGs&feature=related"><param name="movie" value="http://www.youtube.com/v/l1hF-VS1bGs&feature=related" /></object>
Código HTML:
<object width="426" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/l1hF-VS1bGs
Código PHP:
<?php
//$id = $_POST['id'];
$text1 = $_GET['text1'];
$text2 = $_GET['text2'];
$text3 = $_GET['text3'];
$user = $_GET["user"];
$banda = $_GET["banda"];
require('conexion.php');
$sql = "INSERT INTO `texto` (`video1`,`video2`,`video3`) VALUES ('$text1', '$text2', '$text3');";
mysql_query("SET NAMES utf8");
$result = mysql_query($sql);
mysql_close($con);
?>