Instructions to creating a Search and Results Capabilities [ Click Here ]

The Curent Date is: Sun, Aug 01, 2010  

 

 

 

Search pages also have results pages for the results to show up on.

Here we will create a search form to query the database:

First, Create a Form, and add the 'values' for the form you want to use.

Creat the form elements and assign the 'field names' to the corresponding elements.

Then create a submit button

Then create a Results Page where you create a 'Recordset' for the 'Queried Fields' you want to search.
You need to create addional argument and clauses for extra elements.

Create addtional variables for the extra elements. using a 'Default Value' of '-1' and
Runtime Value of $_GET['variablename'] Use the AND/OR in Query

Then create a 'Dynamic Table' to display the data for you.

IF you have multiple records. create Text Labels on page,
select them and in 'Server Behaviors' Panel, create 'Recordset Paging' For Each Navigation Element.

Save the page and then test the form out on this page.