db_escape_string

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call db_escape_string()

Namesort iconLocationDescription
comment_admin_overviewmodules/comment.moduleMenu callback; present an administrative comment listing.
db_escape_stringincludes/database.pgsql.incPrepare user input for use in a database query, preventing SQL injection attacks. Note: This function requires PostgreSQL 7.2 or later.
locale_admin_stringmodules/locale.modulePage handler for the string search and administration screen
node_loadmodules/node.moduleLoad a node object from the database.
node_savemodules/node.moduleSave a node object into the database.
tablesort_sqlincludes/tablesort.incCreate an SQL sort clause.
user_savemodules/user.moduleSave changes to a user account.
watchdog_overviewmodules/watchdog.moduleMenu callback; displays a listing of log messages.
_locale_string_seekincludes/locale.incPerform a string search and display results in a table

Functions called by db_escape_string()

Namesort iconLocationDescription
db_escape_stringincludes/database.pgsql.incPrepare user input for use in a database query, preventing SQL injection attacks. Note: This function requires PostgreSQL 7.2 or later.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.