PHP Function List
mysql_error() doesn't exist. Closest matches:
- mysql_error
- msql_error
- mysql_errno
- fbsql_error
- xslt_error
- mysqli_report
- sqlsrv_errors
- fbsql_errno
- mysql_query
- mysql_fetch_row
- udm_error
- yaz_error
- mysqli_rpl_probe
- mysql_drop_db
- mysqli_driver
- xslt_errno
- ldap_error
- curl_error
- user_error
- qdom_error
Site Search Results
-
从 MySQL 数据库后端来的错误不再发出警告,要用 mysql_error() 来提取错误文本。注意本函数仅返回最近一次 MySQL 函数的执行(不包括 mysql_error() 和 mysql_errno() )的错误文本,因此如果要 ...
-
Otherwise it might be possible to crack into your system by submitting data that causes the SQL query to fail and that also contains javascript commands. Would it make sense to change the examples in the documentation for mysql_query () and for mysql_error ...
-
mysql_error — 返回上一个 MySQL 操作产生的文本错误信息 mysql_escape_string — 转义一个字符串用于 mysql_query mysql_fetch_array — 从结果集中取得一行作为关联数组,或数字数组,或二者兼有
-
如果 MySQL 客户端库试图连接到一个错误的本地套接字,则应该在 PHP 配置中设定 的正确路径并把 server 留空。 Note: 脚本一结束,到服务器的连接就被关闭,除非之前已经明确调用 mysql ...
-
The first result is returned, because I initiated my connection using the MYSQL_MULTI_RESULTS value of 131072 (forget this and you will never get any output, but an error message stating mysql cannot return results in this context)
-
mysql_close() 关闭指定的连接标识所 ... link_identifier MySQL 连接. 如果该连接标识符未给出, 将使用最近一次 mysql_connect() 建立的连接. 如果没有找到可使用的连接, 将产生一个 E_WARNING 错误.
-
mysql_error ()); mysql_select_db ("mydb"); $result = mysql_query ("SELECT id, name FROM mytable"); while ($row = mysql_fetch_array ($result, MYSQL_NUM)) { printf ("ID: %s Name: %s", $row [0], $row [1]); } mysql_free_result ($result);
-
resulted in an ERROR when using the mysql_data_seek() function to select the record with the highest ID value. 4. Use of the ORDER statement in the query corrected the error/problem. Hope this helps someone.
-
mysql_client_encoding - Manual如不指定连接标识,则使用由 mysql_connect() 最近打开的连接。如果没有找到该连接,会尝试不带参数调用 mysql_connect() 来创建。如没有找到连接或无法建立连接,则会生成 E_WARNING 级别的错误。
-
从 MySQL 数据库后端来的错误不再发出警告,要用 mysql_errno() 来提取错误代码。注意本函数仅返回最近一次 MySQL 函数的执行(不包括 mysql_error() 和 mysql_errno() )的错误代码,因此如果要 ...

Other forms of search
To search the string "mysql_error()" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
