Magellan Linux

Contents of /alx-src/trunk/alx-web/include/dbconn.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2804 - (show annotations) (download)
Mon Aug 29 20:22:21 2011 UTC (12 years, 9 months ago) by niro
File size: 150 byte(s)
-merged branch alx-web-0_6_0 into trunk
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 ?>

Properties

Name Value
svn:executable *