This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:web_development:forms:update [2022/01/24 09:50] mag created |
en:web_development:forms:update [2023/08/16 09:33] (current) |
||
---|---|---|---|
Line 240: | Line 240: | ||
* The arguments in $args must be in the same order as they appear in the query. | * The arguments in $args must be in the same order as they appear in the query. | ||
* We then send the query to the database to perform the update. | * We then send the query to the database to perform the update. | ||
- | * Save upload and check that your code works. | ||
- | |||
- | [[en: | ||
==== Feedback to User ==== | ==== Feedback to User ==== | ||
Line 252: | Line 249: | ||
$message = "There was a problem updating {$_POST[' | $message = "There was a problem updating {$_POST[' | ||
}</ | }</ | ||
- | * | + | * Save upload and check that your code works. |
+ | |||
+ | [[en: |