PHP Classes

File: familytree/config/config.php

Recommend this page to a friend!
  Classes of Ssaurz Acharya   FedUni PHP Family Tree App   familytree/config/config.php   Download  
File: familytree/config/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: FedUni PHP Family Tree App
Manage and display a tree of family people
Author: By
Last change:
Date: 2 years ago
Size: 119 bytes
 

Contents

Class file image Download
<?php
define
("SERVERNAME", "localhost");
define("USER", "root");
define("PASSWORD", "");
define("DB", "familyapp");