Magellan Linux

Contents of /alx-src/branches/alx-web-060/include/dbconn.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2017 - (show annotations) (download)
Mon May 9 16:31:38 2011 UTC (13 years ago) by niro
File size: 152 byte(s)
"copied"
1 <?
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 *