PHP Classes

File: FormE.ini.php

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   FormE.ini.php   Download  
File: FormE.ini.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: FormE
Build form and manage MySQL table records with XML
Author: By
Last change:
Date: 6 years ago
Size: 302 bytes
 

Contents

Class file image Download
<?php
define
("HOST" , "localhost");
define("NAMEDB", "FormE");
define("USER" , "root");
define("PASSW" , "password");

define("CRYPTO_KEY", "personalize_here_your_crypto_key"); //personalize_here_your_crypto_key

define("UPLOAD_FILE", "Upload"); //Default DIRECTORY x File Upload
?>