View Single Post
Old 02-16-2004, 05:36 AM   #1
Pierre Lacoste
Green Mole
 
Join Date: Feb 2004
Posts: 2
A select list for path

Hello,
I just want to know how to give the possibility for the user to search on a specific path with a select list.


I try to replace :
<input type='hidden' name='path' value='$path'/>

by
<select name='path'>
<option value='$path'>All path</option>
<option value='actualite/%'>Specific path 1</option>
<option value='news/%'>Specific path 2</option>
</select/>

in function_phpdig_form.php.

Is it a good solution?
Pierre Lacoste is offline   Reply With Quote