PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Marco Sillano   PHP ODT Template SQL Reports   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: db config
Class: PHP ODT Template SQL Reports
Generate report from MySQL data using ODT template
Author: By
Last change:
Date: 6 years ago
Size: 150 bytes
 

Contents

Class file image Download
<?php
// TODO: set mySQL access parameters
  
$dbServer='localhost';
  
$dbUsername='root';
  
$dbPassword='';
  
$dbDatabase='odtphp';
 
?>