Login   Register  
PHP Classes
elePHPant
Icontem

File: conn_data.inc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Cristian Rusu  >  DB Connect  >  conn_data.inc.php  >  Download  
File: conn_data.inc.php
Role: Configuration script
Content type: text/plain
Description: Used to specify the mySQL connection data
Class: DB Connect
Query a database and fetch the result and metadata
Author: By
Last change:
Date: 2004-02-25 05:08
Size: 94 bytes
 

Contents

Class file image Download
<?php
        $server
="localhost";
        
$user="";
        
$password="";
        
$db="";
?>