Skip to main content
December 21, 2011
Question

Dreamweaver url filter query string

  • December 21, 2011
  • 2 replies
  • 658 views

I need some help I don't understand what I am doing wrong with query strings

I set the where to

WHERE item=colname AND place=colname2

siteexample.com?item=example&place=example works perfectly.

I can't get siteexample.com?item=example to work no data shows and no errors show.

I am passing the variables on the same page.

Thank You and Happy Holidays.

This topic has been closed for replies.

2 replies

December 22, 2011

Eh, Tried the simple way instead and move on.

December 21, 2011

Your query is filtering two search terms. If you only search for one then obviously it will not produce any results.

http://cookbooks.adobe.com/post_Create_search_query_with_optional_fields-16245.html

best,

Shocker