PHP Classes

File: jsrs-adr-php/config.inc.php

Recommend this page to a friend!
  Classes of yo keller   metaForm   jsrs-adr-php/config.inc.php   Download  
File: jsrs-adr-php/config.inc.php
Role: Configuration script
Content type: text/plain
Description: demo database configuration file
Class: metaForm
Generate and validate forms from XML definitions
Author: By
Last change:
Date: 19 years ago
Size: 104 bytes
 

Contents

Class file image Download
<?php
// config.inc.php
$dbhost = "localhost";
$dbuser = "root";
$dbpwd = "";
$dbname = "jsrs";
?>