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

SELECT queries in CFML needed to get closed at end of page

New Here ,
Sep 23, 2010 Sep 23, 2010

<cfquery datasource="yyyy" name="getData" >
SELECT Products.*, Categories.* FROM Products INNER JOIN Categories ON Categories.Category_ID = Products.Category_ID WHERE Category LIKE '%#searchKeyword#%' OR Product_ID LIKE '%#searchKeyword#%' OR Product_Name LIKE '%#searchKeyword#%' OR Product_Description LIKE '%#searchKeyword#%'
</cfquery>

SELECT queries in CFML needed to get closed at end of page?

In dreamweaver a simple template.dwt may accept cfml code, is needed renamed(ext)?

375
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
LEGEND ,
Sep 23, 2010 Sep 23, 2010

Under what circumstances does the error occur?

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
New Here ,
Sep 23, 2010 Sep 23, 2010
LATEST

when #searchKeyword# get from url and contains spaces? if I url encode (how?), search still will work?

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
Resources