Login   Register  
PHP Classes
elePHPant
Icontem

File: description.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Claudia Neu  >  HTTP class  >  description.php  >  Download  
File: description.php
Role: Documentation
Content type: text/plain
Description: short description of these scripts
Class: HTTP class
Retrieve data from remote servers via HTTP
Author: By
Last change:
Date: 2006-02-13 01:48
Size: 771 bytes
 

Contents

Class file image Download
Short description of the scripts:

Purpose of the script is to be able to transfer individual data from one server to another server especially by using mysql databases. 
An array can be transferred from one to another database. Data can be changed in the other database after the user press the modify button
or the data can be deleted after the user press the delete button. This happens at both server-databases.

mysql.php    - list of mysql functions which are needed several times
http.php     - class to generate the data transfer between different URLīs or server-databases
sihelper.php - class definition and class variables
keyprop      - html output
keymodify    - execution of mysql queries depends on the users interaction

13.02.2006	Claudia Neu