I have this on my main page
But then when I get to the search.php page I cannot search again. Comes up as a dead link. Can anyone help me?
Code:
<form method="get" action="search.php"> <input type="text" name="zoom_query" size="19"> <input type="submit" value="Search"> </form>
Comment