PHP Classes

File: conn_data.inc.php

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

Contents

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