PHP Function List
mysql_errno: doesn't exist. Closest matches:
- mysql_errno
- mysql_error
- msql_error
- fbsql_errno
- xslt_errno
- mysql_info
- yp_errno
- fbsql_error
- mysql_query
- mysql_get_server_info
- udm_errno
- yaz_errno
- mysql_fetch_row
- mysqli_rpl_probe
- mysqli_driver
- sqlsrv_errors
- mysql_drop_db
- mysqli_report
- ldap_errno
- xslt_error
Site Search Results
-
1049: Unknown database 'nonexistentdb' 1146: Table 'kossu.nonexistenttable' doesn't exist
-
$result = mysql_query($query) or die("<b>A fatal MySQL error occured</b>.\n<br />Query: " . $query . "<br />\nError: (" . mysql_errno() . ") " . mysql_error());
-
mysql_errno (PHP 4, PHP 5) mysql_errno — Retorna o valor numérico da mensagem de erro da operação MySQL anterior
-
mysql_errno (PHP 4, PHP 5) mysql_errno — 直近の MySQL 処理からエラーメッセージのエラー番号を返す
-
Warning: mysql_query() [function.mysql-query]: Unable to save result set in filename.php The mysql_errno is 1370 and the mysql_error is: execute command denied to user 'username ...
-
$tresult = mysql_query($tsql,$linkI); if (!$tresult) $errorstring .= "Error creating ".$V2DB.".".$row[0]." table<BR>\n".mysql_errno($linkI).": ".mysql_error($linkI)."<BR>\n";
-
* if($err=mysql_errno())return $err; */ function mysql_fetch_all($query){ $r=@mysql_query($query); if($err=mysql_errno())return $err; if(@mysql_num_rows($r))
-
mysql_ errno; mysql_ error; mysql_ escape_ string; mysql_ fetch_ array; mysql_ fetch_ assoc; mysql_ fetch_ field; mysql_ fetch_ lengths; mysql_ fetch_ object; mysql_ fetch_ row
-
mysql_ errno; mysql_ error; mysql_ escape_ string; mysql_ fetch_ array; mysql_ fetch_ assoc; mysql_ fetch_ field; mysql_ fetch_ lengths; mysql_ fetch_ object; mysql_ fetch_ row
-
mysql_ errno; mysql_ error; mysql_ escape_ string; mysql_ fetch_ array; mysql_ fetch_ assoc; mysql_ fetch_ field; mysql_ fetch_ lengths; mysql_ fetch_ object; mysql_ fetch_ row

Other forms of search
To search the string "mysql_errno:" 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.
