[FX.php List] Check Box Question

Gjermund Gusland Thorsen ggt667 at gmail.com
Sun Sep 24 11:51:38 MDT 2006


Correction
---
if( $r['data'][$currRecId]['fieldname'][0] == $vlValue ) {
	$tmpVLValue[] = '<option value="'.$vlValue.'" selected>'.$vlValue;
} else {
	$tmpVLValue[] = '<option value="'.$vlValue.'">'.$vlValue;
}


More information about the FX.php_List mailing list