PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Cannot Search twice

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cannot Search twice

    I have this on my main page
    Code:
    <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?

  • #2
    What is the URL for your site so that we can have a look at the problem?

    -----
    David

    Comment


    • #3
      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

      Comment


      • #4
        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.
        --Ray
        Wrensoft Web Software
        Sydney, Australia
        Zoom Search Engine

        Comment

        Working...
        X