PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of chandan Kumar   Binary Network   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Configuration
Class: Binary Network
Retrieve records of a hierarchy of nodes in MySQL
Author: By
Last change:
Date: 11 years ago
Size: 392 bytes
 

Contents

Class file image Download
<?php
/************************************************************
    Author : Chandan Kumar
    Project : Binary Network
*****************************************************************/
// DISPLAY ERROR SETTING FOR SITE

error_reporting(E_ALL);
error_reporting(E_ALL && ~E_NOTICE);

$link = mysql_connect('localhost', 'root', '');
@
mysql_select_db('network',$link);



?>