Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Javier Flores Ibarra  >  formAt  >  config.php  >  Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Examples configuration
Class: formAt
Generate forms to edit data in MySQL tables
Author: By
Last change:
Date: 2008-02-13 19:07
Size: 98 bytes
 

Contents

Class file image Download
<?

$host             
"localhost";
$database         "form_at_demo";
$login            "root";
$password        ""

?>