PHP Classes

File: conf/config.php

Recommend this page to a friend!
  Classes of riccardo castagna   Dump Class   conf/config.php   Download  
File: conf/config.php
Role: Configuration script
Content type: text/plain
Description: fileConfig
Class: Dump Class
Take backups of MySQL database using mysqldump
Author: By
Last change:
Date: 14 years ago
Size: 85 bytes
 

Contents

Class file image Download
<?php
$dbHost
="localhost";
$dbUser="root";
$dbPass="";
$dbName="exampleDB";
?>