What is the purpose of the parameter $name ?
A
Document Name
B
Input Name
C
Output Name
D
ID
Correct Answer: Input Name
getinputhtml() accepts two arguments: $name and $value. The parameter $name is the name you should assign your HTML input name= attribute.