What is the purpose of the parameter $value?
A
Field’s expected value
B
Field’s previous value
C
Field’s current value
D
Field’s probability value
Correct Answer: Field’s current value
getinputhtml() accepts two arguments: $name and $value. The parameter $value is the field’s current value (either from the DB, or the POST data if there was a validation error).