|
database.inc.php - Database Functions
|
debugSQL
Required Parameters: string $sql
Optional Parameters: None
Returns: None
Description: This function prints out a MySQL query, along with any applicable error messages. The query is printed with the user-defined "small" font class, specified in a cascading stylesheet.
function debugSQL($sql)
|