> Thank you Murray for your kind response. I am not
entirely sure how to do
> this. I suspect if I create a simple form with First and
Last Name Fields
> and
> a Submit button and then POST the content of that form
to a 'processor'
> page
> this is a good place to start???????
That would surely work.
> But I am not entirely sure how to insert those two items
into the query on
> the
> processor page. Can you point me to any documentation or
tutorial that
> might
> help me along with this?
The search form posts its results to the processor page. The
processor page
retrieves those form values from the $_POST array, and uses
them to
formulate a new SQL SELECT statement, identical to the old
one, except with
the inclusion of the first and last name values from the
$_POST array in the
WHERE statement.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"AustinMoran" <webforumsuser@macromedia.com> wrote in
message
news:g914dr$rig$1@forums.macromedia.com...
> Thank you Murray for your kind response. I am not
entirely sure how to do
> this. I suspect if I create a simple form with First and
Last Name Fields
> and
> a Submit button and then POST the content of that form
to a 'processor'
> page
> this is a good place to start???????
>
> But I am not entirely sure how to insert those two items
into the query on
> the
> processor page. Can you point me to any documentation or
tutorial that
> might
> help me along with this?
>
> I am sorry to be such a bother with this. I have a
handful of books, but
> none
> of them touch on this and I am at a loss.
>
> Thanks again for your kind helpfulness.
>
> Austin
>