Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Ecologico Tours
vacanza in bici, ecologico tours Italia, eco tours Italia, eco turismo Italia, eco viaggi Italia, eco viaggi Umbria, vacanza attiva, eco viaggi in bicicletta, ecoviaggi a piedi, viaggi a piedi in Umbria, viaggi in bicicletta in Umbria, camminare in Umbria
RestauroEdile.com - consulenza e know how per il restauro edile
consulenza e know how per il restauro edile, restauro monumentale, restauro architettonico, restauro filologico a cura di Mauro Calì in Sicilia a Finale di Pollina (Palermo)

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



dba_insert

(PHP 3>= 3.0.8, PHP 4 , PHP 5)

dba_insert -- Insert entry

Description

bool dba_insert ( string key, string value, resource handle)

dba_insert() inserts the entry described with key and value into the database specified by handle. It fails, if an entry with the same key already exists.

key is the key of the entry to be inserted.

value is the value to be inserted.

handle is a database handle returned by dba_open().

dba_insert() returns TRUE or FALSE, depending on whether it succeeds of fails, respectively.

See also dba_exists() dba_delete() dba_fetch() dba_replace()