Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Alexander Serbe | > | xMySQL | > | xmysql.host_list.php | > | Download | ||
|
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"; ?> |