PHP Classes

File: xmysql.host_list.php

Recommend this page to a friend!
  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: 20 years ago
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"; ?>