Magellan Linux

Annotation of /alx-src/tags/alx-web-0_7_0_20171218_1/include/dbconn.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11135 - (hide annotations) (download)
Mon Dec 18 12:03:27 2017 UTC (6 years, 5 months ago) by niro
File size: 150 byte(s)
tagged 'alx-web-0_7_0_20171218_1'
1 niro 1600 <?
2    
3 niro 2184 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 niro 1600 ?>