Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/06/2011, 15:30
Avatar de frankjoel86
frankjoel86
 
Fecha de Ingreso: noviembre-2008
Ubicación: Ica
Mensajes: 295
Antigüedad: 15 años, 6 meses
Puntos: 0
subir video en php

saludos gentita, alguien me pueda apoyar el como subir videos en php
para subir imagenes utilizo el sgte code:

<?php
require("cn.php");

$titulo=$_POST["Titulo"];
$noticia=$_POST["Noticia"];


$ruta = "images/{$_FILES['Imagen1'][name]}" ;
$ruta2 = "images/{$_FILES['Imagen2'][name]}" ;
$ruta3 = "images/{$_FILES['Imagen3'][name]}" ;

$query_ins=mysql_query("INSERT INTO noticias(titu_not, des_not, img1, img2, img3) VALUES('$titulo', '$noticia', '$ruta', '$ruta2', '$ruta3')", $cn);
copy($_FILES['Imagen1']['tmp_name'], $ruta);
copy($_FILES['Imagen2']['tmp_name'], $ruta2);
copy($_FILES['Imagen3']['tmp_name'], $ruta3);

mysql_close($cn);
?>
se agradece cualquier apoyo
__________________
www.basritours.com
Agencia de turismo en Ica.