CodeCharge Studio

query Method (PHP)

Applies to

Connection Object

Syntax

<connection>->query(query)

Return value

result identifier

Parameters

Name Type Description Required
query string String containing the SQL query to be executed against the database. Yes

Description

This method executes a specified SQL query against the database connection.

See also

f Method
num_rows Method
next_record Method


On-line, printable versions and updates