Lesson 20 - Form framework for PHP - RadioGroup and FileBox
In the previous lesson, Form framework for PHP - CheckList, we added the CheckList control to our form framework. In today's tutorial we'll add the RadioGroup and FileBox controls and finish the framework for good.
RadioGroup
As you may have guessed, a RadioGroup control renders a group of RadioButtons. RadioButtons are those circular CheckBoxes where you can only check a single box at a time. Generally, it serves the same purpose as the ListBox, i.e. choosing a value from a list. However, they're usually more user-friendly. Especially, in cases where there are only a few values in a list (e.g. choosing a gender or a shipping method).
Here is the class' code:
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
Before buying this article, you have to buy the previous one
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In this tutorial, we'll add RadioGroup and FileBox controls to our form framework for PHP. These controls represent a group of RadioButtons and files.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.