I have the following line that prints out a record with a link, when you
click the link you get more column
information in the record. I want to add another field (State) so that I can
narrow down the results. How can I pass both the hcounty as I'm doing now,
along with state? to the state7.php file?
print "\t\t<td><bgcol or=#000000><fon t color=#000000 font color=#000000
face=Tahoma size=2 ><A href='state7.ph p?searchid=$lin e[hcounty]'><img
src='buttondeta il.gif' border='0'></img></td>\n";
Thanks in advance
click the link you get more column
information in the record. I want to add another field (State) so that I can
narrow down the results. How can I pass both the hcounty as I'm doing now,
along with state? to the state7.php file?
print "\t\t<td><bgcol or=#000000><fon t color=#000000 font color=#000000
face=Tahoma size=2 ><A href='state7.ph p?searchid=$lin e[hcounty]'><img
src='buttondeta il.gif' border='0'></img></td>\n";
Thanks in advance
Comment