Hi
I'm a newbie in this and need help.

I mange to make a one field search form.

But now I want to go further.
How can I make a multiple field form?

Code:
<h2>Search</h2>  
<form name="search" method="post" action="<?=$PHP_SELF?>"> 
Seach for: <input type="text" name="find" /> in  <Select NAME="field">
...