Trying to get this hidden field to pass to the next page. Does this format look OK to you??? <input type="hidden" value="<? "$store" ?>" name="store">
<input type="hidden" value="<? echo $store; ?>" name="store">