|
Enable/Disable Radio-Buttons using only PHP?
I am trying to combine 3 pages which have radio buttons into one page.
Two of the pages will need to be Read/Write as far as the Radio Buttons go, but the 3rd page should be read-only and simply display what value is set in the database.
I need a way to make the radio buttons either "disabled" or "read-only" when the 3rd page/view is displayed.
How can I do using using *only* HTML and PHP?
Thanks,
Debbie
|