Login   Register  
PHP Classes
elePHPant
Icontem

File: Host_conf.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of José Augusto Ferreira Franco  >  myYouYube  >  Host_conf.php  >  Download  
File: Host_conf.php
Role: Application script
Content type: text/plain
Description: System package configurations file
Class: myYouYube
Manage and display videos from YouTube
Author: By
Last change:
Date: 2008-02-01 08:30
Size: 148 bytes
 

Contents

Class file image Download
<?php

define
("__HOST","localhost");
define("__USER","root");
define("__PASS","");
define("__DB","videos");
define("__TABLE","youtube");

?>