PHP Function List
mysql_real_escape doesn't exist. Closest matches:
- mysql_real_escape_string
- msql_regcase
- mysql_tablename
- mysql_escape_string
- mysqli_rpl_probe
- mysql_field_type
- mysql_field_name
- mysql_field_seek
- mysqli_escape_string
- mysql_field_table
- mysql_free_result
- msql_tablename
- sql_regcase
- maxdb_real_escape_string
- mysql_thread_id
- msql_field_seek
- mysql_create_db
- msql_field_name
- msql_field_type
- mysql_field_len
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
-
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 ...
-
mysqli::real_escape_string - ManualThe link identifier comes first in mysqli_real_escape_string(), whereas the string to be escaped comes first in mysql_real_escape_string().
-
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.
-
Runtime Configuration - ManualRuntime Configuration. The behaviour of these functions is affected by settings in php.ini.
-
Return Values. Returns the name of the class of which object is an instance. Returns FALSE if object is not an object. If object is omitted when inside a class, the ...
-
If you are using auto append file (auto_append_file ="_end.php";) on your php.ini, be carefull on using die anywhere you want your appended file to be called.
-
Version Description; 5.3.0: Added the optional is_xhtml parameter. 4.0.5: nl2br() is now XHTML compliant. All older versions will return string with '<br>' inserted ...
-
Internal (built-in) functions - ManualInternal (built-in) functions. PHP comes standard with many functions and constructs. There are also functions that require specific PHP extensions compiled in ...
-
Strings. A string is series of characters, where a character is the same as a byte. This means that PHP only supports a 256-character set, and hence does not offer ...

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