User Tools

Site Tools


en:web_development:forms:update

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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:web_development:forms:delete|DELETE Query]] 
  
 ==== Feedback to User ==== ==== Feedback to User ====
Line 252: Line 249:
                     $message = "There was a problem updating {$_POST['alias']}.";                     $message = "There was a problem updating {$_POST['alias']}.";
                 }</code>                 }</code>
-  * +  * Save upload and check that your code works. 
 + 
 +[[en:web_development:forms:delete|DELETE Query]]
en/web_development/forms/update.1643046630.txt.gz · Last modified: 2023/08/16 09:33 (external edit)