|
|
[Perlfect-search] writing to different log files?
Daniel Naber perlfect-search@perlfect.com
Fri, 23 Aug 2002 02:15:56 +0200
On Friday 23 August 2002 01:55, Rusty Wilson wrote:
> Is there some way I can track which search was conducted from the footer
> based search form, and which was conducted from the form in the left
> navigation area?
The easiest way is to add one hidden fields to each of the boxes, like
<input type="hidden" name="box" value="1">
Then you can grab your web server access logs for box=1 and box=2
Regards
Daniel
--
http://www.danielnaber.de
|
|