form_password([$data = ''[, $value = ''[, $extra = '']]])
Parameters: |
|
---|---|
Returns: |
An HTML password input field tag |
Return type: |
string |
This function is identical in all respects to the form_input()
function above except that it uses the “password” input type.
Please login to continue.