<?php
/*******************************************************************************
Package : myYouTube - An simple way to display YouTube videos on your web sites
File : myYouTube.config.inc.php - sets the main config. to MySQL web server
Author: José Augusto Ferreira Franco
Nick name : Guto Ferreira
Web : www.revista-php.net
Build date: 27- January 2008
Version : 1.0
Lisence : Artist License (means you must leave this header always)
********************************************************************************/
require_once("connect.php");
$Video = new myYoutube(); // instance to the class myYouTube
$Video->conn = $conn;
$Video->table = __TABLE;
?>
|