PHP-Klasse::MySQL object approach 07.05.2007

Kurzbeschreibung: Execute common MySQL database queries
Veröffentlicht am: 07.05.2007
Gruppe(n):
- Databases
Beschreibung:
This package can be used to execute common MySQL queries.
It can connect to a given MySQL database server host, execute SQL SELECT queries to retrieve values of individual rows with a given primary key value into an array, and execute DELETE queries to remove rows with a given primary key value.
Link: MySQL object approach