Jump to content
Fórum Script Brasil
  • 0

Ajuda com listar video


Edno Junior

Question

Galera to com seguinte problema eu tenho, eu tenho uma galeria de video, ela cadastra normal e lista o videos normalmente o video em forma de imagem e quando clica ele abre o video selecionado, mas quero colocar o ultimo video na pagina principal do site já pronto para rodar, mas não to conseguindo puxar ela criar um codigo que somente rode o ultimo video cadastrado e video já fica na forma de video mesmo igual youtube

Aqui segue o banco de dados

-- phpMyAdmin SQL Dump

-- version 3.3.8.1

-- http://www.phpmyadmin.net

--

-- Servidor: cpmy0029.servidorwebfacil.com

-- Tempo de Geração: Mar 26, 2012 as 10:31 AM

-- Versão do Servidor: 5.1.58

-- Versão do PHP: 5.2.17

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;

/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;

/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;

/*!40101 SET NAMES utf8 */;

--

-- Banco de Dados: `agito_video`

--

-- --------------------------------------------------------

--

-- Estrutura da tabela `video`

--

CREATE TABLE IF NOT EXISTS `video` (

`id` int(11) NOT NULL AUTO_INCREMENT,

`nome_youtube` varchar(500) DEFAULT NULL,

`url_youtube` varchar(500) DEFAULT NULL,

`status_youtube` varchar(15) DEFAULT NULL,

`data_youtube` varchar(500) DEFAULT NULL,

`texto_youtube` text,

PRIMARY KEY (`id`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=22 ;

Agora não consigo puxar o video, a parte de cadastro e listar ta perfeita se precisar coloco aqui tambem

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...