Login   Register  
PHP Classes
elePHPant
Icontem

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

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-03-15 13:20
Size: 104 bytes
 

Contents

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