Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 355 - (hide annotations) (download)
Mon Oct 10 19:42:06 2005 UTC (18 years, 7 months ago) by niro
File size: 219 byte(s)
cvs import: alx-web for alxconfig-ng
 - code clean up and
 - reorganized the whole structure

1 niro 355 <?
2     include("error.php");
3    
4     $dbhost = "localhost";
5     $dbname = "alx_web";
6     $dbuname = "alx_install";
7     $dbpass = "@lx";
8    
9     @mysql_connect($dbhost, $dbuname, $dbpass);
10     @mysql_select_db("$dbname") or die ($error[0]);
11     ?>

Properties

Name Value
svn:executable *