Changeset 3 for graph.php


Ignore:
Timestamp:
Oct 13, 2007, 5:41:26 PM (17 years ago)
Author:
george
Message:

Přepracováno: Nově použití objektové třídy mysqli pro přístup k mysql databázi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph.php

    r1 r3  
    11<?php
    2 include('error.php');
    3 include('stat_functions.php');
    4 include('db.php');
    5 include('code.php');
    6 DB_Init('localhost', 'stat', '', 'statistic');
    7 DB_Query('SET CHARACTER SET latin2');
     2include('global.php');
    83 
    94if(array_key_exists('Debug', $_GET)) $Debug = $_GET['Debug'];
Note: See TracChangeset for help on using the changeset viewer.