PHP Classes

File: db_config.inc

Recommend this page to a friend!
  Classes of Izaias Moura   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: 20 years ago
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);
?>