Difference between revisions of "PHPEX05"
From mi-linux
Jump to navigationJump to search(11 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page]] >> [[CP2228|Web Application Development]] >> [[PHP|Workbook]] >> Mini-task 05 | [[Main Page]] >> [[CP2228|Web Application Development]] >> [[PHP|Workbook]] >> Mini-task 05 | ||
− | + | '''Important:''' Today we'll build on [[PHPEX04|last week's mini-task]], so make sure you get that working first. | |
+ | |||
+ | Today's task: Apply today's example to YOUR database, and allow your users to search YOUR table. | ||
+ | |||
+ | Hints: | ||
+ | * The page you created last week will form the basis for this week's ''search.php'' file. | ||
+ | * You will need to create ''form.html''. | ||
+ | |||
+ | Good luck! | ||
+ | |||
+ | '''Important: you should commit your mini-task code to your Git project.''' | ||
+ | |||
+ | = Ready to move on? = | ||
+ | |||
+ | Let's look at the [[PHP113|next section]]. |
Latest revision as of 11:08, 20 September 2023
Main Page >> Web Application Development >> Workbook >> Mini-task 05
Important: Today we'll build on last week's mini-task, so make sure you get that working first.
Today's task: Apply today's example to YOUR database, and allow your users to search YOUR table.
Hints:
- The page you created last week will form the basis for this week's search.php file.
- You will need to create form.html.
Good luck!
Important: you should commit your mini-task code to your Git project.
Ready to move on?
Let's look at the next section.