PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Angelo Vicente Filho   All PHP   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Arquivo de configuração
Class: All PHP
MySQL database access wrapper
Author: By
Last change:
Date: 16 years ago
Size: 381 bytes
 

Contents

Class file image Download
<?php

/**
 * @author
 * @copyright 2008
 * @data 24/5/2008
 */

   
define("HOST","localhost");
   
define("USER","root");
   
define("PASS","");
   
define("BANCO","cedaspy_prof");
   
   
define("QTD",2);
   
   
define("pOK","ok.html");
   
define("pERRO","erro.html");
   
   
define("jVOLTAR","javascript:window.history.go(-1);");
   
define("jFECHAR","javascript:window.close();");

?>