Pelzini

This is the code documentation for the Pelzini project

function db_quote()

Quotes a string as nessasary for use by hte MySQL database
The result will be different depending on the type of the input.
 - a number will be left as is
 - a string will be quoted
 - a null value will be returned as NULL

Usage

unknown db_quote ( mixed $str );

Authors

Arguments

  1. $str