PHP Classes

File: config.php

Recommend this page to a friend!
  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: 16 years ago
Size: 98 bytes
 

Contents

Class file image Download
<?

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

?>