(PHP 4 >= 4.0.6, PHP 5, PHP 7)
Send a FrontBase query
resource fbsql_query ( string $query [, resource $link_identifier [, int $batch_size ]] )
Sends a query to the currently active database on the server.
If the query succeeds, you can call fbsql_num_rows() to find out how many rows were returned for a SELECT statement or fbsql_affected_rows() to find out how many rows were affected by a DELETE, INSERT, REPLACE, or UPD