PHP Classes

File: includes_configure.php

Recommend this page to a friend!
  Classes of Virgilio lino   geozonedb   includes_configure.php   Download  
File: includes_configure.php
Role: Configuration script
Content type: text/plain
Description: put on includes directory
Class: geozonedb
Get world geographic data from GeoNames into MySQL
Author: By
Last change:
Date: 12 years ago
Size: 371 bytes
 

Contents

Class file image Download
<?php
  define
('DB_SERVER', 'localhost'); //leave, usually it will be ok
 
define('DB_SERVER_USERNAME', 'data base username'); //the name of the user authorized to open database
 
define('DB_SERVER_PASSWORD', 'database password'); //the password of the user authorized to opendatabase
 
define('DB_DATABASE','data base name'); //the name of the database
?>