Changeset 3 for add.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
  • add.php

    r1 r3  
    11<?
    2 include('stat_functions.php');
    3 include('db.php');
    4 DB_Init('localhost', 'stat', '', 'statistic');
     2include('global.php');
    53
    64if(array_key_exists('MeasureId', $_GET) and array_key_exists('Value', $_GET))
Note: See TracChangeset for help on using the changeset viewer.