PHP Classes

File: Config.php

Recommend this page to a friend!
  Classes of Alfredo Rodriguez   Manejo Imagenes   Config.php   Download  
File: Config.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Manejo Imagenes
API to perform image manipulation operations
Author: By
Last change:
Date: 1 year ago
Size: 238 bytes
 

Contents

Class file image Download
<?php
define
('_MYSQL_SERVER', 'localhost');
define('_MYSQL_USER', 'root');
define('_MYSQL_PASSWORD', 'root');
define('_MYSQL_DATABASE', 'appdb');

ini_set('display_errors', 0);
ini_set('display_startup_errors', 0);
error_reporting(E_ALL);