Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5197578
Hits Heute: 617
max. Hits (10.07.07): 6964
User Online: 30
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

HTML und Web Publishing Handbuch. XML, DTDs, Perl, CGI
HTML und Web Publishing Handbuch. XML, DTDs, Perl, CGI

Manuals > PEAR > DB_Common::execute()

DB_Common::execute()

DB_Common::execute() -- executes a prepared SQL statment

Description

execute() joins the prepared SQL statment from prepare() with the given data and does the SQL query.

Parameter

resource $stmt

query handle from prepare()

array array $data

a numeric array containing the data to insert into the query

Return value

mixed - a new DB_Result/ DB_OK or a DB_Error, if fail

Note

This function can not be called statically.

See Introduction - Execute for general using and an example.


Copyright 1998 - 2009 by I.S.U.M.