PHP Classes

File: Host_conf.php

Recommend this page to a friend!
  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: 16 years ago
Size: 148 bytes
 

Contents

Class file image Download
<?php

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

?>