July 1999
Intermediate to advanced
502 pages
19h 52m
English
mysql
$result = msql($database, $query); $result = mysql($database, $query);
Sends the query query to the mSQL/MySQL database
database. For a non-SELECT
statement the function returns
for mSQL 1.x and MySQL and the number of affected rows for mSQL 2.x.
For a SELECT statement the function returns a
result identifier to be used with other msql_*
functions. In the case of an error the function returns -1.
Read now
Unlock full access