Magellan Linux

Annotation of /alx-src/branches/alx-web-070/include/dbconn.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1600 - (hide annotations) (download)
Thu Dec 2 19:56:40 2010 UTC (13 years, 6 months ago) by niro
Original Path: alx-src/branches/alx-web-050/include/dbconn.php
File size: 152 byte(s)
-import from 050
1 niro 1600 <?
2     include("error.php");
3     include("config.inc.php");
4    
5     @mysql_connect($dbhost, $dbuname, $dbpass);
6     @mysql_select_db("$dbname") or die ($error[0]);
7     ?>

Properties

Name Value
svn:executable *