PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of riccardo castagna   PreLoad Images   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: dbname dbuser
Class: PreLoad Images
Generate page with preloaded images
Author: By
Last change: deprecated functions
Date: 6 years ago
Size: 85 bytes
 

Contents

Class file image Download
<?php
$dbHost
="127.0.0.1";
$dbUser="root";
$dbPass="";
$dbName="imagespre";
?>