Method:
dbToFormTidy()
Class:
HTML
Method Call:
include_once("core/html/HTML.php");
$html = new HTML();
STRING $html->dbToFormTidy(STRING: $string);
It returns a formatted string suitable for printing to a form that has been parsed by PHP's htmlspecialchars() and stripslashes() functions.
Usage: