Login   Register  
PHP Classes
elePHPant
Icontem

File: db_config.inc

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of dzaiacuck  >  SQL to Excel  >  db_config.inc  >  Download  
File: db_config.inc
Role: Configuration script
Content type: text/plain
Description: Data base configure
Class: SQL to Excel
Export database table records in Excel XLS format
Author: By
Last change:
Date: 2004-04-21 15:53
Size: 187 bytes
 

Contents

Class file image Download
<?
$usuario      
"root";
$senha        "sql-pass";
$banco        "ESCOLA";



$conexao mysql_connect ($servidor,$usuario,$senha);

mysql_select_db ($banco$conexao);
?>