PHP Function List
mysqli_real_escape_string doesn't exist. Closest matches:
- mysql_real_escape_string
- mysqli_escape_string
- mysql_escape_string
- sqlite_escape_string
- maxdb_real_escape_string
- cubrid_real_escape_string
- ingres_escape_string
- maxdb_escape_string
- pg_escape_string
- sqlite_fetch_string
- dbx_escape_string
- db2_escape_string
- sqlite_error_string
- mysqli_warning
- mysqli_client_encoding
- mysqli_rpl_probe
- mysqli_result
- recode_string
- mysqli_report
- mssql_guid_string
Site Search Results
-
mysql_real_escape_string - Manualmysql_real_escape_string (PHP 4 >= 4.3.0, PHP 5) mysql_real_escape_string — Escapes special characters in a string for use in an SQL statement
-
mysqli::real_escape_string - ManualYou can avoid all character escaping issues (on the PHP side) if you use prepare() and bind_param(), as an alternative to placing arbitrary string values in SQL ...
-
This function is identical to mysql_real_escape_string() except that mysql_real_escape_string() takes a connection handler and escapes the string according to the ...
-
Runtime Configuration - ManualRuntime Configuration. The behaviour of these functions is affected by settings in php.ini.
-
Never use addslashes function to escape values you are going to send to mysql. use mysql_real_escape_string or pg_escape at least if you are not using prepared queries yet.
-
$data = stripslashes ($data); } if ($write) { $data = mysql_real_escape_string ($data); } } return $data;}?>
-
Quote each non numeric user supplied value that is passed to the database with the database-specific string escape function (e.g. mysql_real_escape_string ...
-
User Submitted Data. The greatest weakness in many PHP programs is not inherent in the language itself, but merely an issue of code not being written with security in ...
-
mysql_client_encoding - Manualmysql_set_charset() - Sets the client character set; mysql_real_escape_string() - Escapes special characters in a string for use in an SQL statement
-
Retrieves the contents of one cell from a MySQL result set. When ... mysql_select_db mysql_real_escape_string

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