Magellan Linux

Contents of /alx-src/tags/alx-web-0_7_0_20170406_3/include/dbconn.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9476 - (show annotations) (download)
Thu Apr 6 13:59:11 2017 UTC (7 years, 2 months ago) by niro
File size: 150 byte(s)
tagged 'alx-web-0_7_0_20170406_3'
1 <?
2
3 include("error.php");
4 include("config.inc.php");
5
6 @mysql_connect($dbhost, $dbuname, $dbpass);
7 @mysql_select_db("$dbname") or die ($error[0]);
8
9 ?>