View Single Post
Old 08-20-2004, 07:31 PM   #5
bforsyth
Green Mole
 
Join Date: Jun 2004
Posts: 22
Thanks Charter - you beat me to my post edit. This is exactly what I have done - with the results above.

And the template_demo value is the only thing that appears to be different.
However, the parameters that are appearing in the GET request are significantly different:

The working form (quicksearch) is producing this URL request:

PHP Code:
http://127.0.0.1/gwi/rcs/search.php?
query_string=test
&search=GO+%BB
&limite=10 
request from the phpDig dearch form at the top of the search results page (returns no results)

PHP Code:
http://127.0.0.1/gwi/rcs/search.php?
path=
&
refine=1
&template_demo=%2Fsearch%2Ftemplates%2Fsearch.php
&result_page=search.php
&query_string=test
&search=Go
&limite=10
&option=start 
bforsyth is offline   Reply With Quote