Login   Register  
PHP Classes
elePHPant
Icontem

File: xmysql.host_list.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alexander Serbe  >  xMySQL  >  xmysql.host_list.php  >  Download  
File: xmysql.host_list.php
Role: Auxiliary data
Content type: text/plain
Description: Host list
Class: xMySQL
Simple but effective class for the work with MySQL
Author: By
Last change:
Date: 2003-05-18 19:33
Size: 327 bytes
 

Contents

Class file image Download
<?php
// xMySQL 2.1
// Copyright (c) 2002, 2003 by Alexander Serbe. All rights reserved.
// ---------------------------------------------------------------------------------

$mysql_host[0]['host'] = "localhost";
$mysql_host[0]['uid']  = "httpd";
$mysql_host[0]['pwd']  = "";
$mysql_host[0]['db']   = "xmysql_test";
?>