Question
Search / Results variable not passed
OK, so I went throught the basic steps of naming a form,
creating a list w/ labels & values pulled from a table called
MemberList.
The submit button is in GET mode, Action leads to the proper page.
The results page also connects to MemberList and should get the parameter of "category." When I test from within the Dreamweaver Recordset dialogue, it also returns the proper information.
Now that I have posted both files online, the search page will list my values, and the submit redirects w/ URL encoded info. The address looks to be getting the right value from the form, but the results page shows no values at all.
I can't tell where the holdup is, because, judging by the http:// address of the results page, it looks like the search page is passing the right parameters, & by testing the results page from DW, I can get the proper information returned.
Why would this not work with both files posted online?
the link is:
http://www.sidfilmz.com/Talent/pst/membersearch.php
The submit button is in GET mode, Action leads to the proper page.
The results page also connects to MemberList and should get the parameter of "category." When I test from within the Dreamweaver Recordset dialogue, it also returns the proper information.
Now that I have posted both files online, the search page will list my values, and the submit redirects w/ URL encoded info. The address looks to be getting the right value from the form, but the results page shows no values at all.
I can't tell where the holdup is, because, judging by the http:// address of the results page, it looks like the search page is passing the right parameters, & by testing the results page from DW, I can get the proper information returned.
Why would this not work with both files posted online?
the link is:
http://www.sidfilmz.com/Talent/pst/membersearch.php
