PHP Manual
fbsql_db_query
Description
resource fbsql_db_query ( string database, string query [, resource link_identifier] )Selects a database and executes a query on it.
Parameters
databaseThe database to be selected.
queryThe SQL query to be executed.
Note: The query string shall always end with a semicolon.
link_identifierA FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect().
If optional and not specified, the function will try to find an open link to the FrontBase server and if no such link is found it will try to create one as if fbsql_connect() was called with no arguments
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




