Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2183 by niro, Mon May 9 16:31:38 2011 UTC revision 2184 by niro, Tue Jun 7 13:02:32 2011 UTC
# Line 1  Line 1 
1  <?  <?
  include("error.php");  
  include("config.inc.php");  
2    
3   @mysql_connect($dbhost, $dbuname, $dbpass);  include("error.php");
4   @mysql_select_db("$dbname") or die ($error[0]);  include("config.inc.php");
5    
6    @mysql_connect($dbhost, $dbuname, $dbpass);
7    @mysql_select_db("$dbname") or die ($error[0]);
8    
9  ?>  ?>

Legend:
Removed from v.2183  
changed lines
  Added in v.2184