This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:web_development:forms:inputs [2022/07/05 05:56] mag [Submit a Form] |
en:web_development:forms:inputs [2023/08/16 09:33] (current) |
||
---|---|---|---|
Line 110: | Line 110: | ||
==== Dropdown Boxes ==== | ==== Dropdown Boxes ==== | ||
* Our next field is the source of the hero's power. This is a type of category, where we want to control the options that can be selected. | * Our next field is the source of the hero's power. This is a type of category, where we want to control the options that can be selected. | ||
- | * For this we use a < | + | * For this we use a < |
* Copy the following code into your form. | * Copy the following code into your form. | ||
< | < | ||
Line 218: | Line 218: | ||
* Now let's place this in our query in ' | * Now let's place this in our query in ' | ||
< | < | ||
- | $query = " | + | $query = " |
$args = array(); | $args = array(); | ||
$mrslt = $pdo-> | $mrslt = $pdo-> |