Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2012-12-21 12:03
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); 



?>