Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7070 - (show annotations) (download)
Mon Sep 7 10:50:48 2015 UTC (8 years, 8 months ago) by niro
File size: 150 byte(s)
created branch 'alx-web-070'
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 *