<?php
$Con1 = new SPMD('mssql:host="127.0.0.1:1000"; user="sa"; pass="123456"; database="MuOnline";');
$Con2 = new SPMD('mysql:host="127.0.0.1"; user="root"; pass="123456"; database="l2jdb";');
$Con3 = new SPMD('oci:host="localhost"; user="userName"; pass="123456"; database="dbName";');
$Con4 = new SPMD('pgsql:host="localhost"; user="userName"; pass="123456"; database="dbName";');
?>
|