Login   Register  
PHP Classes
elePHPant
Icontem

File: db_connect.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ciprian Voicu  >  MySQL Utils  >  db_connect.php  >  Download  
File: db_connect.php
Role: Configuration script
Content type: text/plain
Description: connection file
Class: MySQL Utils
Access MySQL and output results as HTML or XML
Author: By
Last change:
Date: 2006-04-19 06:34
Size: 93 bytes
 

Contents

Class file image Download
<?php
$host
="localhost";
$username="root";
$password="root";
$database="db149010727";
?>