PHP Classes

File: engine.php

Recommend this page to a friend!
  Classes of Virgilio lino   geozonedb   engine.php   Download  
File: engine.php
Role: Example script
Content type: text/plain
Description: library used by main class put in includes directory
Class: geozonedb
Get world geographic data from GeoNames into MySQL
Author: By
Last change: version 0.5
Date: 12 years ago
Size: 487 bytes
 

Contents

Class file image Download
<?php
header
('Content-type: text/html; charset=utf-8');
include(
'includes/configure.php');
include(
'includes/geozonedb.php');
include(
'includes/classes/adodb/adodb.inc.php');
$HTTP_GET_VARS = clean_get__recursive($HTTP_GET_VARS);
$_GET = clean_get__recursive($_GET);
$_REQUEST = $_GET + $_POST;
clean_global($_GET);
//error_reporting(E_ALL & ~E_NOTICE);
ini_set("display_errors", true);
$ADODB_FETCH_MODE = ADODB_FETCH_NUM;
$ADODB_COUNTRECS = false;
$db=collega_db();
?>