Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

search engine for database driven site?

0 views
Skip to first unread message

Andrew Hill

unread,
Sep 9, 2001, 2:14:00 PM9/9/01
to php...@lists.php.net
Hi,

Can anyone recommend either a general approach or sample scripts to create a
search-box on my site?
It's an existing site being dynamically generated from a database - I want
to specify a couple of fields in my main page table to be searched on.

cheers,
duirfire

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Leo G. Divinagracia III

unread,
Sep 12, 2001, 10:39:17 PM9/12/01
to andrew hill, php...@lists.php.net
1. use WYSIWYG html editor to make the initial HTM page with a search
form with 2 text boxes.
2. the action for the form is the PHP page.
3. connect the two (using the variables in the sql query statement....

that's what i do...

> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-un...@lists.php.net
> For additional commands, e-mail: php-d...@lists.php.net
> To contact the list administrators, e-mail: php-lis...@lists.php.net

--
Leo G. Divinagracia III
ldiv...@csuhayward.edu

0 new messages