[ snipped ]
What I would LIKE it to do is pass along the keywords back to itself so that when it is called from within itself it can be on the same search terms.
I have made the code do this: <input type=\"hidden\" name=\"url\" value=\"$_SERVER[PHP_SELF]\"> <input type=\"hidden\" name=\"keyword\" value=\"keyword\">
These are inputs to another form, which just passed this back header("Location:$_POST[url]");
I guess what I am missing is another way to pass the KEYWORD from the first form to the next part to make it seen by the script.
Have you looked at sessions? I don't see why you don't want to use hidden fields, but sessions would be the next thing to look at.
-- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php