I run my query below, but I don't get any output. I outputted the URL.CatID to be sure that was getting passed, and it is...so it has to be something with my output statement.
Help please!
Help please!
Code:
<cfquery name="GetQuestion" datasource="FAQ">
SELECT *
FROM FAQQandA
WHERE FAQID = #URL.CatID#
</cfquery>
<html>
<head>
<title>Compliance FAQ</title>
</head>
<body>
<cfoutput>
<td>
<b>#FAQQuestion#</b><br>
<i>#FAQAnswer#</i>
</td>
</cfoutput>