PHP Classes

File: videos.SQL

Recommend this page to a friend!
  Classes of José Augusto Ferreira Franco   myYouYube   videos.SQL   Download  
File: videos.SQL
Role: Auxiliary data
Content type: text/plain
Description: the empty SQL table
Class: myYouYube
Manage and display videos from YouTube
Author: By
Last change: some configs
Date: 16 years ago
Size: 238 bytes
 

Contents

Class file image Download
CREATE TABLE `youtube` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `videoID` VARCHAR( 20 ) NOT NULL , `name` VARCHAR( 200 ) NOT NULL , `comments` VARCHAR( 600 ) NOT NULL , `rate` VARCHAR( 20 ) NOT NULL ) ENGINE = MYISAM ;