Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
real_escape_string
real_escape_string
Escape special characters in a string for use in SQL statements.
Name:
real_escape_string
Category:
Uncategorized
Programming Language:
php
One-line Description:
Escape special characters in a string for use in SQL statements.
Related
Basic usage of PHP real_escape_string and mysqli
5
How to Effectively Prevent SQL Injection Attacks Using real_escape_string in PHP
5
Similar Functions
mysql_free_result
mysql_free_result
Freetheresultmemory.
get_proto_info
get_proto_info
ReturnstheMySQLproto
mysql_field_type
mysql_field_type
Getsthetypeofthespec
mysql_error
mysql_error
Returnsthetexterrorm
mysql_field_table
mysql_field_table
Getsthetablenamewher
ftp_connect
ftp_connect
OpentheFTPconnection
mysql_get_client_info
mysql_get_client_info
ObtainMySQLclientinf
mysql_query
mysql_query
SendaMySQLquery.
Popular Articles
How to Effectively Prevent SQL Injection Attacks Using real_escape_string in PHP
Basic usage of PHP real_escape_string and mysqli