]> andersk Git - sql.git/blob - web/tools/connect.php
implemented base interface
[sql.git] / web / tools / connect.php
1 <?php
2
3 require_once('mysql.inc.php');
4
5 $res = @mysql_connect($i_h,$i_u,$i_p);
6 !is_resource($res) && die($_MYSQL_TOOLS_ERROR['LOGIN_ERROR']);
7 die($_MYSQL_TOOLS_ERROR['NO_ERROR']);
8
9 ?>
This page took 0.249146 seconds and 5 git commands to generate.