Difference between revisions of "Html"

From wiki
Jump to navigation Jump to search
(Created page with ";<input type="text" name="portfolioname" value="xxx" size=20 readonly disabled> :An input box to use in forms :;name ::Name of the key in $_POST returned :;value ::Default val...")
(No difference)

Revision as of 20:31, 14 June 2019

<input type="text" name="portfolioname" value="xxx" size=20 readonly disabled>
An input box to use in forms
name
Name of the key in $_POST returned
value
Default value
readonly
No input allowed
disabled
Value will not be in $_POST