PDA

View Full Version : Cannot Search twice



backinblack
02-13-2005, 04:01 PM
I have this on my main page
<form method="get" action="search.php">
<input type="text" name="zoom_query" size="19">
<input type="submit" value="Search">
</form>

But then when I get to the search.php page I cannot search again. Comes up as a dead link. Can anyone help me?

wrensoft
02-13-2005, 08:28 PM
What is the URL for your site so that we can have a look at the problem?

-----
David

backinblack
02-15-2005, 12:40 AM
Actully on the search.php page you can't search even once.
www.westlibertyracing.com is where the main search is and then the search.php is www.westlibertyracing.com/search.php

Ray
02-15-2005, 01:27 AM
It appears that you have incorrectly specified the "Link back URL" (in the Configuration window, under the "Advanced" tab). It seems to be currently set to "www.westlibertyracing.com/index.html". This should be left empty for your purposes. You only need to set this if you are embedding search.php within another php file (with the use of an include function).

If you clear your entry for "Link back URL", this should fix the problem.