View Single Post
Old 08-19-2004, 10:41 PM   #1
bforsyth
Green Mole
 
Join Date: Jun 2004
Posts: 22
Search on search results page not working

Hi,

This is a little weird. I have a site wide search box on my site which works just fine.

http://cgasson.truth.posiweb.net/new/

PHP Code:
<form action="search.php" method="get"
<
input type="text" size="15" maxlength="50" name="query_string" value=""/>
<
input type="submit" value =" GO »" name="search">
<
input type='hidden' name='limite'  value='10'>
</
form
This box returns results as expected.

However, if you try and resubmit the same search query (or any other query for that matter) from the search box at the top of the search results page, it returns a null result?

Any ideas why?
bforsyth is offline   Reply With Quote