After googling for quite some time I'm back asking
here.  I want to be able to seperate by search and
results into two pages.

My form is set up on Search.php
I have set action"searchresults.php"

Couple of questions:
I have my array of user selected options from my form
element - Ind[]

I gather the processing of the array needs to be done
first before posting.  
I tried this:
searchresults.php?Ind=<?php
echo((isset($_POST["Ind[]"]))?$_POST["Ind[]"]:"") ?>
but all I saw in the searchresults.php url was ..?ind
= 
?

Does the searchresults page need to use the GET method
to gather up the variables?

Thanks
Stuart

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to