Daily Archives: January 26, 2009

My Form Library

An example of one of my form library functions (I have a copious amount – for textarea, radio button, check box, select box – DB and array driven, hidden, etc. etc.):

/**
* Function to create a text box form element
*
* @param resource string $field
* @param resource string $size
* @param resource string $post_value
* @param resource string $text
* [...]