Difference between revisions of "PHPEX05"

From mi-linux
Jump to navigationJump to search
Line 4: Line 4:
  
 
Today's task: Apply today's example to YOUR database, and allow your users to search YOUR table.
 
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 ''part2.php''
 +
* You will need to create ''part1.html'' and make sure the form points to your file

Revision as of 11:19, 18 July 2011

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 part2.php
  • You will need to create part1.html and make sure the form points to your file