adminerevo/editor/include/connect.inc.php
2009-07-03 06:26:01 +00:00

4 lines
58 B
PHP

<?php
$_GET["db"] = "test";
$dbh->select_db($_GET["db"]);