Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Dreamweaver url filter query string

Guest
Dec 21, 2011 Dec 21, 2011

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.

TOPICS
Server side applications
659
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 21, 2011 Dec 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 22, 2011 Dec 22, 2011
LATEST

Eh, Tried the simple way instead and move on.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines