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:insert [2022/01/22 08:12] mag |
en:web_development:forms:insert [2023/08/16 09:33] (current) |
||
|---|---|---|---|
| Line 31: | Line 31: | ||
| < | < | ||
| <ul> | <ul> | ||
| + | <li> | ||
| + | < | ||
| + | <input type=" | ||
| + | </li> | ||
| <li> | <li> | ||
| < | < | ||
| - | <input type=" | + | <input type=" |
| </li> | </li> | ||
| <li> | <li> | ||
| Line 265: | Line 269: | ||
| ==== Count ==== | ==== Count ==== | ||
| * We could have created the query first and added pieces in the loop, but there is a more elegant way. | * We could have created the query first and added pieces in the loop, but there is a more elegant way. | ||
| - | * If we know how many movies have been added, we can simply add the right number of < | + | * If we know how many movies have been added, we can simply add the right number of < |
| * We can get the number of elements in the < | * We can get the number of elements in the < | ||
| * < | * < | ||