PHP Classes

File: mysql_account.php

Recommend this page to a friend!
  Classes of Pierre FAUQUE   Liste Class   mysql_account.php   Download  
File: mysql_account.php
Role: Configuration script
Content type: text/plain
Description: data for connection to the server
Class: Liste Class
Generate form select inputs from MySQL queries
Author: By
Last change:
Date: 18 years ago
Size: 122 bytes
 

Contents

Class file image Download
<?
define
(NOM, "user");
define (PASS, "password");
define (SERVER, "host");
define (BASE, "database");
?>