PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   A select list for path (http://www.phpdig.net/forum/showthread.php?t=531)

Pierre Lacoste 02-16-2004 05:36 AM

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?

Charter 02-16-2004 12:54 PM

Hi. You may want to account for the site and refine variables as shown in this thread. Also, this thread may be helpful.

Pierre Lacoste 02-17-2004 02:20 AM

Thanx a lot


All times are GMT -8. The time now is 11:33 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.