WIKINDX METHODS

Method:
dbToFormTidy()

Class:
HTML

Method Call:
include_once("core/html/HTML.php");
$html = new HTML();
STRING $html->dbToFormTidy(STRING: $string);

Description:
Used for ensuring proper HTML formatting of data pulled from the database to be printed to a form in the web browser.

It returns a formatted string suitable for printing to a form that has been parsed by PHP's htmlspecialchars() and stripslashes() functions.

Usage:
Use this for pulling data from the database for displaying in a HTML form element.

WIKINDX home      WIKINDX usage      WIKINDX classes