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/23 10:00] mag [Setup] |
en:web_development:forms:insert [2023/08/16 09:33] (current) |
||
---|---|---|---|
Line 269: | 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 < | ||
* < | * < |