<cfinclude template="masterfile/master.cfm"> <div align="center"> <cfquery name="iam" datasource="wildlife" cachedafter="7-4-2012"> SELECT user_id,askingprice FROM re_owner WHERE bedroom = <cfqueryparam value="#URL.bedroo#"> AND bathroom = <cfqueryparam value="#URL.bathroo#"> </cfquery> <cfoutput query="iam">#user_id# #askingprice#<br /></cfoutput> </div> <cfinclude template="footer.cfm">
and the 2nd issue is finding out how I can use all my links correctly as I have some in sub-folders and the links from the root to subfolder causes an error i have tried something like this but it doesnt work..
<cfset links= expandpath("\")>
<a href="#links#mywebsite.com">My link</a>

New Topic/Question
Reply




MultiQuote




|