Can coldfusion make peanut butter and jelly?
I downloaded a custom tag called CF_PB ... but I can't find (or think of) any code that can account for the jelly.
Perhaps something like this?
<CF_PB>
Grapes
<cfquery name="JellyQuery" datasource="Welch">
select Jelly
from Jar
where taste='good'
</cfquery>
</CF_PB>
<cfset CF_PB=CF_PB+JellQuery.Jelly=PB&J=GoodTasting>
I'm struggling with this one...
Thanks in advance,
Marc
I downloaded a custom tag called CF_PB ... but I can't find (or think of) any code that can account for the jelly.
Perhaps something like this?
<CF_PB>
Grapes
<cfquery name="JellyQuery" datasource="Welch">
select Jelly
from Jar
where taste='good'
</cfquery>
</CF_PB>
<cfset CF_PB=CF_PB+JellQuery.Jelly=PB&J=GoodTasting>
I'm struggling with this one...
Thanks in advance,
Marc