Hi!
It works perfectly.
But we must be carefull, if I want to search the directory and all subdirectories, I must add a "%".
So, for example, the code is :
Code:
<input type='hidden' name='site' value='1'>
<input type='hidden' name='path' value='Dep2/%'>
<input type='hidden' name='refine' value='1'>
So PhpDig'll show all result in "Dep2" directory and all sub-directories.
This problem is solved. Thanks a lot !